<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.algonomia.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Walid+ELJAAFARI</id>
	<title>Wiki Algonomia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.algonomia.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Walid+ELJAAFARI"/>
	<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php/Special:Contributions/Walid_ELJAAFARI"/>
	<updated>2026-04-07T02:59:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=418</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=418"/>
		<updated>2026-04-02T12:08:13Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Step 1.1. Computation of Net Taxable Income */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Data segmentation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Alternate 1&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Enum : from the list of available DTX referencing tree levels&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Forbidden&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent data are aggregated by the algorithm at the defined level&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Data segmentation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Alternate 2&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Enum : from the list of available DTX referencing tree levels&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Forbidden&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent data are aggregated by the algorithm at the defined level&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Prior year Income - core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Prior year Income - non-core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Final Values - core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Final Values - non-core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other Direct DT from Tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : &amp;lt;s&amp;gt;Opening&amp;lt;/s&amp;gt; &#039;&#039;&#039;Year to date cumulated average (current)&#039;&#039;&#039;&lt;br /&gt;
* Final Values : &amp;lt;s&amp;gt;Opening&amp;lt;/s&amp;gt; &#039;&#039;&#039;Year to date cumulated average (current)&#039;&#039;&#039;&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.0. Computation of Level related deferred tax =====&lt;br /&gt;
At this stage the purpose is to compute the total deferred tax of each flow for each step.&lt;br /&gt;
&lt;br /&gt;
This stage is equivalent to using a result subset from the Step 2. by selecting only the &amp;quot;Temporary&amp;quot; differences for &amp;quot;Type of differences&amp;quot; and aggregating them per &amp;quot;Step&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For all the lines with the following steps, &lt;br /&gt;
&lt;br /&gt;
* Contribution to Separate&lt;br /&gt;
* Separate to Reporting&lt;br /&gt;
* Reporting to Local&lt;br /&gt;
&lt;br /&gt;
The computation gathers per step all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following are to be selected and aggregated for Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each resulting line per step the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
** &#039;&#039;&#039;Please note that the aggregated result line from step 1.0 and corresponding to the step Reporting to Local need to be appended in the computation x (-1)&#039;&#039;&#039;&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core &#039;&#039;&#039;+ Change in tax rate P&amp;amp;L form 1.0.&#039;&#039;&#039;&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core &#039;&#039;&#039;+ Change in tax rate P&amp;amp;L form 1.0.&#039;&#039;&#039;&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Current  Tax items under Selected GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Deferred Taxes under Selected  GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income; True-Up P&amp;amp;L and depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting level Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Reference Rate x PBT x (-1), per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Local Tax Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|(-1) x Local Tax Rate x  sum of corresponding lines*&lt;br /&gt;
|&lt;br /&gt;
* Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Direct Deferred Tax Adjustments&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Direct DT from Tax package&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (Tax only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Other&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|usual sum of corresponding lines* (base component only)  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = Local To Tax - Standard rate&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Tax proof elements&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;s&amp;gt;Reference Tax Rate x min(0;sum of PBT of local and reporting step, core and non core) x Share of PBT Total (just cmputed) of the step/ core non&amp;lt;/s&amp;gt; &lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income)&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Standard; Other rate&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 1 = [Net taxable income; Net Taxable income - Other rate] - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&#039;&#039;&#039;if ABS(SUM for a given entity segmentation of all levels and core/ non core Unexeplained differences)&amp;lt; Nb(unexplained not null) then = Calculated Tax charges + Unexplained differences else = 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences  - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences  - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&#039;&#039;&#039;if ABS(SUM for a given entity segmentation of all levels and core/ non core Unexeplained differences)&amp;lt; Nb(unexplained not null) then = 0 else = Unexplained differences&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=417</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=417"/>
		<updated>2026-04-02T11:49:33Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Output */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Data segmentation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Alternate 1&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Enum : from the list of available DTX referencing tree levels&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Forbidden&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent data are aggregated by the algorithm at the defined level&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Data segmentation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Alternate 2&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Enum : from the list of available DTX referencing tree levels&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Forbidden&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent data are aggregated by the algorithm at the defined level&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Prior year Income - core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Prior year Income - non-core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Final Values - core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Final Values - non-core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other Direct DT from Tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : &amp;lt;s&amp;gt;Opening&amp;lt;/s&amp;gt; &#039;&#039;&#039;Year to date cumulated average (current)&#039;&#039;&#039;&lt;br /&gt;
* Final Values : &amp;lt;s&amp;gt;Opening&amp;lt;/s&amp;gt; &#039;&#039;&#039;Year to date cumulated average (current)&#039;&#039;&#039;&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.0. Computation of Level related deferred tax =====&lt;br /&gt;
At this stage the purpose is to compute the total deferred tax of each flow for each step.&lt;br /&gt;
&lt;br /&gt;
This stage is equivalent to using a result subset from the Step 2. by selecting only the &amp;quot;Temporary&amp;quot; differences for &amp;quot;Type of differences&amp;quot; and aggregating them per &amp;quot;Step&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For all the lines with the following steps, &lt;br /&gt;
&lt;br /&gt;
* Contribution to Separate&lt;br /&gt;
* Separate to Reporting&lt;br /&gt;
* Reporting to Local&lt;br /&gt;
&lt;br /&gt;
The computation gathers per step all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following are to be selected and aggregated for Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each resulting line per step the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
** &#039;&#039;&#039;Please note that the aggregated result line from step 1.0 and corresponding to the step Reporting to Local need to be appended in the computation&#039;&#039;&#039;&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core &#039;&#039;&#039;+ Change in tax rate P&amp;amp;L form 1.0.&#039;&#039;&#039;&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core &#039;&#039;&#039;+ Change in tax rate P&amp;amp;L form 1.0.&#039;&#039;&#039;&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Current  Tax items under Selected GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Deferred Taxes under Selected  GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income; True-Up P&amp;amp;L and depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting level Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Reference Rate x PBT x (-1), per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Local Tax Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|(-1) x Local Tax Rate x  sum of corresponding lines*&lt;br /&gt;
|&lt;br /&gt;
* Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Direct Deferred Tax Adjustments&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Direct DT from Tax package&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (Tax only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Other&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|usual sum of corresponding lines* (base component only)  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = Local To Tax - Standard rate&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Tax proof elements&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;s&amp;gt;Reference Tax Rate x min(0;sum of PBT of local and reporting step, core and non core) x Share of PBT Total (just cmputed) of the step/ core non&amp;lt;/s&amp;gt; &lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income)&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Standard; Other rate&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 1 = [Net taxable income; Net Taxable income - Other rate] - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&#039;&#039;&#039;if ABS(SUM for a given entity segmentation of all levels and core/ non core Unexeplained differences)&amp;lt; Nb(unexplained not null) then = Calculated Tax charges + Unexplained differences else = 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences  - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences  - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&#039;&#039;&#039;if ABS(SUM for a given entity segmentation of all levels and core/ non core Unexeplained differences)&amp;lt; Nb(unexplained not null) then = 0 else = Unexplained differences&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=416</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=416"/>
		<updated>2026-04-02T11:25:05Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Step 1.0. Computation of Level related deferred tax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Data segmentation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Alternate 1&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Enum : from the list of available DTX referencing tree levels&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Forbidden&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent data are aggregated by the algorithm at the defined level&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Data segmentation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Alternate 2&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Enum : from the list of available DTX referencing tree levels&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Forbidden&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent data are aggregated by the algorithm at the defined level&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other Direct DT from Tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : &amp;lt;s&amp;gt;Opening&amp;lt;/s&amp;gt; &#039;&#039;&#039;Year to date cumulated average (current)&#039;&#039;&#039;&lt;br /&gt;
* Final Values : &amp;lt;s&amp;gt;Opening&amp;lt;/s&amp;gt; &#039;&#039;&#039;Year to date cumulated average (current)&#039;&#039;&#039;&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.0. Computation of Level related deferred tax =====&lt;br /&gt;
At this stage the purpose is to compute the total deferred tax of each flow for each step.&lt;br /&gt;
&lt;br /&gt;
This stage is equivalent to using a result subset from the Step 2. by selecting only the &amp;quot;Temporary&amp;quot; differences for &amp;quot;Type of differences&amp;quot; and aggregating them per &amp;quot;Step&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For all the lines with the following steps, &lt;br /&gt;
&lt;br /&gt;
* Contribution to Separate&lt;br /&gt;
* Separate to Reporting&lt;br /&gt;
* Reporting to Local&lt;br /&gt;
&lt;br /&gt;
The computation gathers per step all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following are to be selected and aggregated for Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each resulting line per step the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
** Please note that the aggregated result line from step 1.0 and corresponding to the step Reporting to Local need to be included in the computation&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Current  Tax items under Selected GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Deferred Taxes under Selected  GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income; True-Up P&amp;amp;L and depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting level Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Reference Rate x PBT x (-1), per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Local Tax Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|(-1) x Local Tax Rate x  sum of corresponding lines*&lt;br /&gt;
|&lt;br /&gt;
* Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Direct Deferred Tax Adjustments&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Direct DT from Tax package&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (Tax only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Other&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|usual sum of corresponding lines* (base component only)  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = Local To Tax - Standard rate&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Tax proof elements&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;s&amp;gt;Reference Tax Rate x min(0;sum of PBT of local and reporting step, core and non core) x Share of PBT Total (just cmputed) of the step/ core non&amp;lt;/s&amp;gt; &lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income)&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Standard; Other rate&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 1 = [Net taxable income; Net Taxable income - Other rate] - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&#039;&#039;&#039;if ABS(SUM for a given entity segmentation of all levels and core/ non core Unexeplained differences)&amp;lt; Nb(unexplained not null) then = Calculated Tax charges + Unexplained differences else = 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences  - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences  - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&#039;&#039;&#039;if ABS(SUM for a given entity segmentation of all levels and core/ non core Unexeplained differences)&amp;lt; Nb(unexplained not null) then = 0 else = Unexplained differences&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=415</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=415"/>
		<updated>2026-04-02T08:51:00Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Step 1 - Current Tax Charge Computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Data segmentation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Alternate 1&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Enum : from the list of available DTX referencing tree levels&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Forbidden&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent data are aggregated by the algorithm at the defined level&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Data segmentation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Alternate 2&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Enum : from the list of available DTX referencing tree levels&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Forbidden&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent data are aggregated by the algorithm at the defined level&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other Direct DT from Tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : &amp;lt;s&amp;gt;Opening&amp;lt;/s&amp;gt; &#039;&#039;&#039;Year to date cumulated average (current)&#039;&#039;&#039;&lt;br /&gt;
* Final Values : &amp;lt;s&amp;gt;Opening&amp;lt;/s&amp;gt; &#039;&#039;&#039;Year to date cumulated average (current)&#039;&#039;&#039;&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.0. Computation of Level related deferred tax =====&lt;br /&gt;
At this stage the purpose is to compute the total deferred tax of each flow for each step.&lt;br /&gt;
&lt;br /&gt;
This stage is equivalent to using a result subset from the Step 2. by selecting only the &amp;quot;Temporary&amp;quot; differences for &amp;quot;Type of differences&amp;quot; and aggregating them per &amp;quot;Step&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For all the lines with the following steps, &lt;br /&gt;
&lt;br /&gt;
* Contribution to Separate&lt;br /&gt;
* Separate to Reporting&lt;br /&gt;
* Reporting to Local&lt;br /&gt;
&lt;br /&gt;
The computation gathers per step all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following are to be selected and aggregated for Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each resulting line per step the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
** Please note that the aggregated result line from step 1.0 and corresponding to the step 1.0 need to be included in the computation&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Current  Tax items under Selected GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Deferred Taxes under Selected  GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income; True-Up P&amp;amp;L and depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting level Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Reference Rate x PBT x (-1), per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Local Tax Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|(-1) x Local Tax Rate x  sum of corresponding lines*&lt;br /&gt;
|&lt;br /&gt;
* Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Direct Deferred Tax Adjustments&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Direct DT from Tax package&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (Tax only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Other&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|usual sum of corresponding lines* (base component only)  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = Local To Tax - Standard rate&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Tax proof elements&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;s&amp;gt;Reference Tax Rate x min(0;sum of PBT of local and reporting step, core and non core) x Share of PBT Total (just cmputed) of the step/ core non&amp;lt;/s&amp;gt; &lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income)&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Standard; Other rate&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 1 = [Net taxable income; Net Taxable income - Other rate] - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&#039;&#039;&#039;if ABS(SUM for a given entity segmentation of all levels and core/ non core Unexeplained differences)&amp;lt; Nb(unexplained not null) then = Calculated Tax charges + Unexplained differences else = 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences  - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences  - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&#039;&#039;&#039;if ABS(SUM for a given entity segmentation of all levels and core/ non core Unexeplained differences)&amp;lt; Nb(unexplained not null) then = 0 else = Unexplained differences&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=414</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=414"/>
		<updated>2025-12-12T12:32:29Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Output */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other Direct DT from Tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : &amp;lt;s&amp;gt;Opening&amp;lt;/s&amp;gt; &#039;&#039;&#039;Year to date cumulated average (current)&#039;&#039;&#039;&lt;br /&gt;
* Final Values : &amp;lt;s&amp;gt;Opening&amp;lt;/s&amp;gt; &#039;&#039;&#039;Year to date cumulated average (current)&#039;&#039;&#039;&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Current  Tax items under Selected GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Deferred Taxes under Selected  GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income; True-Up P&amp;amp;L and depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting level Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Reference Rate x PBT x (-1), per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Local Tax Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|(-1) x Local Tax Rate x  sum of corresponding lines*&lt;br /&gt;
|&lt;br /&gt;
* Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Direct Deferred Tax Adjustments&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Direct DT from Tax package&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (Tax only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Other&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|usual sum of corresponding lines* (base component only)  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = Local To Tax - Standard rate&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Tax proof elements&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;s&amp;gt;Reference Tax Rate x min(0;sum of PBT of local and reporting step, core and non core) x Share of PBT Total (just cmputed) of the step/ core non&amp;lt;/s&amp;gt; &lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income)&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Standard; Other rate&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 1 = [Net taxable income; Net Taxable income - Other rate] - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&#039;&#039;&#039;if ABS(SUM for a given entity segmentation of all levels and core/ non core Unexeplained differences)&amp;lt; Nb(unexplained not null) then = Calculated Tax charges + Unexplained differences else = 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences  - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences  - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&#039;&#039;&#039;if ABS(SUM for a given entity segmentation of all levels and core/ non core Unexeplained differences)&amp;lt; Nb(unexplained not null) then = 0 else = Unexplained differences&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=413</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=413"/>
		<updated>2025-12-12T12:30:38Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : &amp;lt;s&amp;gt;Opening&amp;lt;/s&amp;gt; &#039;&#039;&#039;Year to date cumulated average (current)&#039;&#039;&#039;&lt;br /&gt;
* Final Values : &amp;lt;s&amp;gt;Opening&amp;lt;/s&amp;gt; &#039;&#039;&#039;Year to date cumulated average (current)&#039;&#039;&#039;&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Current  Tax items under Selected GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Deferred Taxes under Selected  GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income; True-Up P&amp;amp;L and depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting level Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Reference Rate x PBT x (-1), per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Local Tax Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|(-1) x Local Tax Rate x  sum of corresponding lines*&lt;br /&gt;
|&lt;br /&gt;
* Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Direct Deferred Tax Adjustments&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Direct DT from Tax package&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (Tax only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Other&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|usual sum of corresponding lines* (base component only)  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = Local To Tax - Standard rate&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Tax proof elements&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;s&amp;gt;Reference Tax Rate x min(0;sum of PBT of local and reporting step, core and non core) x Share of PBT Total (just cmputed) of the step/ core non&amp;lt;/s&amp;gt; &lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income)&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Standard; Other rate&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 1 = [Net taxable income; Net Taxable income - Other rate] - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&#039;&#039;&#039;if ABS(SUM for a given entity segmentation of all levels and core/ non core Unexeplained differences)&amp;lt; Nb(unexplained not null) then = Calculated Tax charges + Unexplained differences else = 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences  - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences  - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&#039;&#039;&#039;if ABS(SUM for a given entity segmentation of all levels and core/ non core Unexeplained differences)&amp;lt; Nb(unexplained not null) then = 0 else = Unexplained differences&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=412</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=412"/>
		<updated>2025-06-24T12:02:05Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : &amp;lt;s&amp;gt;Opening&amp;lt;/s&amp;gt; &#039;&#039;&#039;Year to date cumulated average (current)&#039;&#039;&#039;&lt;br /&gt;
* Final Values : &amp;lt;s&amp;gt;Opening&amp;lt;/s&amp;gt; &#039;&#039;&#039;Year to date cumulated average (current)&#039;&#039;&#039;&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Current  Tax items under Selected GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Deferred Taxes under Selected  GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income; True-Up P&amp;amp;L and depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting level Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Reference Rate x PBT x (-1), per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Local Tax Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|(-1) x Local Tax Rate x  sum of corresponding lines*&lt;br /&gt;
|&lt;br /&gt;
* Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Other&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|usual sum of corresponding lines* (base component only)  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = Local To Tax - Standard rate&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Tax proof elements&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;s&amp;gt;Reference Tax Rate x min(0;sum of PBT of local and reporting step, core and non core) x Share of PBT Total (just cmputed) of the step/ core non&amp;lt;/s&amp;gt; &lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income)&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Standard; Other rate&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 1 = [Net taxable income; Net Taxable income - Other rate] - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&#039;&#039;&#039;if ABS(SUM for a given entity segmentation of all levels and core/ non core Unexeplained differences)&amp;lt; Nb(unexplained not null) then = Calculated Tax charges + Unexplained differences else = 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences  - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences  - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&#039;&#039;&#039;if ABS(SUM for a given entity segmentation of all levels and core/ non core Unexeplained differences)&amp;lt; Nb(unexplained not null) then = 0 else = Unexplained differences&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=411</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=411"/>
		<updated>2025-06-24T09:54:51Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : &amp;lt;s&amp;gt;Opening&amp;lt;/s&amp;gt; &#039;&#039;&#039;Year to date cumulated average (current)&#039;&#039;&#039;&lt;br /&gt;
* Final Values : &amp;lt;s&amp;gt;Opening&amp;lt;/s&amp;gt; &#039;&#039;&#039;Year to date cumulated average (current)&#039;&#039;&#039;&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Current  Tax items under Selected GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Deferred Taxes under Selected  GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income; True-Up P&amp;amp;L and depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting level Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Reference Rate x PBT x (-1), per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Local Tax Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|(-1) x Local Tax Rate x  sum of corresponding lines*&lt;br /&gt;
|&lt;br /&gt;
* Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Other&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|usual sum of corresponding lines* (base component only)  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = Local To Tax - Standard rate&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Tax proof elements&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;s&amp;gt;Reference Tax Rate x min(0;sum of PBT of local and reporting step, core and non core) x Share of PBT Total (just cmputed) of the step/ core non&amp;lt;/s&amp;gt; &lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income)&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Standard; Other rate&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 1 = [Net taxable income; Net Taxable income - Other rate] - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&#039;&#039;&#039;if SUM for a given entity segmentation of all levels and core/ non core Unexeplained differences = 0 (+/- 2) then = Calculated Tax charges + Unexplained differences else = 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences  - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences  - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&#039;&#039;&#039;if SUM for a given entity segmentation of all levels and core/ non core Unexeplained differences = 0 (+/- 2) then = 0else = Unexplained differences&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=410</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=410"/>
		<updated>2025-06-24T09:50:54Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : &amp;lt;s&amp;gt;Opening&amp;lt;/s&amp;gt; &#039;&#039;&#039;Year to date cumulated average (current)&#039;&#039;&#039;&lt;br /&gt;
* Final Values : &amp;lt;s&amp;gt;Opening&amp;lt;/s&amp;gt; &#039;&#039;&#039;Year to date cumulated average (current)&#039;&#039;&#039;&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Current  Tax items under Selected GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Deferred Taxes under Selected  GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income; True-Up P&amp;amp;L and depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting level Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Reference Rate x PBT x (-1), per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Local Tax Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|(-1) x Local Tax Rate x  sum of corresponding lines*&lt;br /&gt;
|&lt;br /&gt;
* Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Other&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|usual sum of corresponding lines* (base component only)  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = Local To Tax - Standard rate&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Tax proof elements&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;s&amp;gt;Reference Tax Rate x min(0;sum of PBT of local and reporting step, core and non core) x Share of PBT Total (just cmputed) of the step/ core non&amp;lt;/s&amp;gt; &lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income)&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Standard; Other rate&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 1 = [Net taxable income; Net Taxable income - Other rate] - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&#039;&#039;&#039;if SUM for a given entity segmentation of all levels and core/ non core Unexeplained differences = 0 then = Calculated Tax charges + Unexplained differences else = 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences  - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences  - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&#039;&#039;&#039;if SUM for a given entity segmentation of all levels and core/ non core Unexeplained differences = 0 then = 0else = Unexplained differences&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=409</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=409"/>
		<updated>2025-06-24T07:03:47Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : &amp;lt;s&amp;gt;Opening&amp;lt;/s&amp;gt; &#039;&#039;&#039;Year to date cumulated average (current)&#039;&#039;&#039;&lt;br /&gt;
* Final Values : &amp;lt;s&amp;gt;Opening&amp;lt;/s&amp;gt; &#039;&#039;&#039;Year to date cumulated average (current)&#039;&#039;&#039;&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Current  Tax items under Selected GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Deferred Taxes under Selected  GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income; True-Up P&amp;amp;L and depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting level Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Reference Rate x PBT x (-1), per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Local Tax Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|(-1) x Local Tax Rate x  sum of corresponding lines*&lt;br /&gt;
|&lt;br /&gt;
* Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Other&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|usual sum of corresponding lines* (base component only)  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = Local To Tax - Standard rate&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Tax proof elements&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;s&amp;gt;Reference Tax Rate x min(0;sum of PBT of local and reporting step, core and non core) x Share of PBT Total (just cmputed) of the step/ core non&amp;lt;/s&amp;gt; &lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income)&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Standard; Other rate&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 1 = [Net taxable income; Net Taxable income - Other rate] - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Calculated Tax Charge - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&#039;&#039;&#039;if SUM for a given entity segmentation of all levels and core/ non core Unexeplained differences = 0 then = Calculated Tax charges + Unexplained differenceselse = Unexplained differences&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences  - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unexplained differences  - cleaned from realloc GAAP and core&#039;&#039;&#039;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&#039;&#039;&#039;if SUM for a given entity segmentation of all levels and core/ non core Unexeplained differences = 0 then = 0else = 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=408</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=408"/>
		<updated>2025-06-24T06:48:46Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Computational steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : &amp;lt;s&amp;gt;Opening&amp;lt;/s&amp;gt; &#039;&#039;&#039;Year to date cumulated average (current)&#039;&#039;&#039;&lt;br /&gt;
* Final Values : &amp;lt;s&amp;gt;Opening&amp;lt;/s&amp;gt; &#039;&#039;&#039;Year to date cumulated average (current)&#039;&#039;&#039;&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Current  Tax items under Selected GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Deferred Taxes under Selected  GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income; True-Up P&amp;amp;L and depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting level Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Reference Rate x PBT x (-1), per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Local Tax Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|(-1) x Local Tax Rate x  sum of corresponding lines*&lt;br /&gt;
|&lt;br /&gt;
* Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Other&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|usual sum of corresponding lines* (base component only)  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = Local To Tax - Standard rate&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Tax proof elements&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;s&amp;gt;Reference Tax Rate x min(0;sum of PBT of local and reporting step, core and non core) x Share of PBT Total (just cmputed) of the step/ core non&amp;lt;/s&amp;gt; &lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income)&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Standard; Other rate&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 1 = [Net taxable income; Net Taxable income - Other rate] - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=407</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=407"/>
		<updated>2025-06-23T18:07:25Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Construction of the tax proof result */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Current  Tax items under Selected GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Deferred Taxes under Selected  GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income; True-Up P&amp;amp;L and depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting level Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Reference Rate x PBT x (-1), per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Local Tax Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|(-1) x Local Tax Rate x  sum of corresponding lines*&lt;br /&gt;
|&lt;br /&gt;
* Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Other&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|usual sum of corresponding lines* (base component only)  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = Local To Tax - Standard rate&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Tax proof elements&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Effect of allocation between GAAPs and Core non-core&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;s&amp;gt;Reference Tax Rate x min(0;sum of PBT of local and reporting step, core and non core) x Share of PBT Total (just cmputed) of the step/ core non&amp;lt;/s&amp;gt; &lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income)&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Standard; Other rate&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 1 = [Net taxable income; Net Taxable income - Other rate] - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;n.a.&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=406</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=406"/>
		<updated>2025-06-23T08:16:08Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Step 2 - Deferred Tax Report Generation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Prior year Income - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Final Values - non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Current  Tax items under Selected GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Deferred Taxes under Selected  GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income; True-Up P&amp;amp;L and depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting level Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Reference Rate x PBT x (-1), per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Local Tax Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|(-1) x Local Tax Rate x  sum of corresponding lines*&lt;br /&gt;
|&lt;br /&gt;
* Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Other&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|usual sum of corresponding lines* (base component only)  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = Local To Tax - Standard rate&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x ( usual sum of corresponding lines* - TOTAL Net Taxable income - Standard rate or Other rate for  TOTAL (core + non-core)) multiplied by their respective rates)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;level 1 = [Net taxable income; Net Taxable income - Other rate] - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;n.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;n.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=405</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=405"/>
		<updated>2025-06-22T10:52:54Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;True-up - core (only for tax)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;s&amp;gt;YTD cumulated average / Current Year&amp;lt;/s&amp;gt; &#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;True-up - non-core (only for tax)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;s&amp;gt;YTD cumulated average / Current Year&amp;lt;/s&amp;gt; &#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Current  Tax items under Selected GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Deferred Taxes under Selected  GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income; True-Up P&amp;amp;L and depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting level Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Reference Rate x PBT x (-1), per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Local Tax Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|(-1) x Local Tax Rate x  sum of corresponding lines*&lt;br /&gt;
|&lt;br /&gt;
* Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Other&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|usual sum of corresponding lines* (base component only)  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = Local To Tax - Standard rate&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x ( usual sum of corresponding lines* - TOTAL Net Taxable income - Standard rate or Other rate for  TOTAL (core + non-core)) multiplied by their respective rates)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;level 1 = [Net taxable income; Net Taxable income - Other rate] - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;n.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;n.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=404</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=404"/>
		<updated>2025-06-22T10:40:46Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;True-up - core (only for tax)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;s&amp;gt;YTD cumulated average / Current Year&amp;lt;/s&amp;gt; &#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;True-up - non-core (only for tax)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;s&amp;gt;YTD cumulated average / Current Year&amp;lt;/s&amp;gt; &#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Current  Tax items under Selected GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Deferred Taxes under Selected  GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income; True-Up P&amp;amp;L and depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting level Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Reference Rate x PBT x (-1), per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Local Tax Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|(-1) x Local Tax Rate x  sum of corresponding lines*&lt;br /&gt;
|&lt;br /&gt;
* Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Other&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|usual sum of corresponding lines* (base component only)  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = Local To Tax - Standard rate&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x sum of Income; True-Up P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;level 1 = [Net taxable income; Net Taxable income - Other rate] - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;n.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;n.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=403</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=403"/>
		<updated>2025-06-22T10:31:53Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;True-up - core (only for tax)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;s&amp;gt;YTD cumulated average / Current Year&amp;lt;/s&amp;gt; &#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;True-up - non-core (only for tax)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;s&amp;gt;YTD cumulated average / Current Year&amp;lt;/s&amp;gt; &#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Current  Tax items under Selected GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Deferred Taxes under Selected  GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income; True-Up P&amp;amp;L and depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting level Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Reference Rate x PBT x (-1), per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Local Tax Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|(-1) x Local Tax Rate x  sum of corresponding lines*&lt;br /&gt;
|&lt;br /&gt;
* Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Other&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|usual sum of corresponding lines* (base component only)  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = Local To Tax - Standard rate&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x sum of [ Income; True-Up P&amp;amp;L&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;level 1 = [Net taxable income; Net Taxable income - Other rate] - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;n.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;n.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=402</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=402"/>
		<updated>2025-06-22T10:30:53Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;True-up - core (only for tax)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;s&amp;gt;YTD cumulated average / Current Year&amp;lt;/s&amp;gt; &#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;True-up - non-core (only for tax)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&amp;lt;s&amp;gt;YTD cumulated average / Current Year&amp;lt;/s&amp;gt; &#039;&#039;&#039;Opening&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Net Profit After Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Current  Tax items under Selected GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Deferred Taxes under Selected  GAAP&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Depends on step&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Standard&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income; True-Up P&amp;amp;L and depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting level Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
|Theoritical Tax&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Reference Rate x PBT x (-1), per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Local Tax Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|(-1) x Local Tax Rate x  sum of corresponding lines*&lt;br /&gt;
|&lt;br /&gt;
* Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Other&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Opening correction P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|Other rate - Current&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|Other rate - Deferred&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|usual sum of corresponding lines* (base component only)  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = Local To Tax - Standard rate&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Effect of allocation between GAAPs and Core non-core&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x sum of [ Income; True-Up P&amp;amp;L&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;level 1 = [Net taxable income; Net Taxable income - Other rate] - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;n.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;n.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=401</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=401"/>
		<updated>2025-06-19T12:11:19Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Current Tax Charge&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Tax Charge - Standard rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Current Tax Charge&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Tax Charge - Standard rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current  Tax items under Selected GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Deferred Taxes under Selected  GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting &#039;&#039;&#039;level&#039;&#039;&#039; Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x &amp;lt;s&amp;gt;Reference Rate&amp;lt;/s&amp;gt; &#039;&#039;&#039;Local Tax Rate&#039;&#039;&#039; x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|(-1) x &amp;lt;s&amp;gt;Reference Rate&amp;lt;/s&amp;gt; &#039;&#039;&#039;Local Tax Rate&#039;&#039;&#039; x  sum of corresponding lines*&lt;br /&gt;
|&lt;br /&gt;
* Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&#039;&#039;&#039;Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Deferred&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines**&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|usual sum of corresponding lines* (base component only)  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = &amp;lt;s&amp;gt;[Reporting to Local;&amp;lt;/s&amp;gt; Local To Tax - Standard rate&amp;lt;s&amp;gt;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=400</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=400"/>
		<updated>2025-06-16T14:38:31Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Current Tax Charge&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Tax Charge - Standard rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Current Tax Charge&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Tax Charge - Standard rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current  Tax items under Selected GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Deferred Taxes under Selected  GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting &#039;&#039;&#039;level&#039;&#039;&#039; Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x &amp;lt;s&amp;gt;Reference Rate&amp;lt;/s&amp;gt; &#039;&#039;&#039;Local Tax Rate&#039;&#039;&#039; x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|(-1) x &amp;lt;s&amp;gt;Reference Rate&amp;lt;/s&amp;gt; &#039;&#039;&#039;Local Tax Rate&#039;&#039;&#039; x  sum of corresponding lines*&lt;br /&gt;
|&lt;br /&gt;
* Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&#039;&#039;&#039;Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Deferred&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines**&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|usual sum of corresponding lines* (base component only)  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = &amp;lt;s&amp;gt;[Reporting to Local;&amp;lt;/s&amp;gt; Local To Tax - Standard rate&amp;lt;s&amp;gt;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=393</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=393"/>
		<updated>2025-06-11T06:02:57Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Current Tax Charge&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Tax Charge - Standard rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Current Tax Charge&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Tax Charge - Standard rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current  Tax items under Selected GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Deferred Taxes under Selected  GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting &#039;&#039;&#039;level&#039;&#039;&#039; Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x &amp;lt;s&amp;gt;Reference Rate&amp;lt;/s&amp;gt; &#039;&#039;&#039;Local Tax Rate&#039;&#039;&#039; x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|(-1) x &amp;lt;s&amp;gt;Reference Rate&amp;lt;/s&amp;gt; &#039;&#039;&#039;Local Tax Rate&#039;&#039;&#039; x  sum of corresponding lines*&lt;br /&gt;
|&lt;br /&gt;
* Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&#039;&#039;&#039;Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Deferred&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines**&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = &amp;lt;s&amp;gt;[Reporting to Local;&amp;lt;/s&amp;gt; Local To Tax - Standard rate&amp;lt;s&amp;gt;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=392</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=392"/>
		<updated>2025-06-11T05:44:44Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Current Tax Charge&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Tax Charge - Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Local to Tax - Other Rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Current Tax Charge&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Tax Charge - Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Local to Tax - Standard rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current  Tax items under Selected GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Deferred Taxes under Selected  GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting &#039;&#039;&#039;level&#039;&#039;&#039; Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x &amp;lt;s&amp;gt;Reference Rate&amp;lt;/s&amp;gt; &#039;&#039;&#039;Local Tax Rate&#039;&#039;&#039; x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|Income transferred to or from the tax Group&lt;br /&gt;
|(-1) x &amp;lt;s&amp;gt;Reference Rate&amp;lt;/s&amp;gt; &#039;&#039;&#039;Local Tax Rate&#039;&#039;&#039; x  sum of corresponding lines*&lt;br /&gt;
|&lt;br /&gt;
* Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&#039;&#039;&#039;Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Deferred&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines**&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = &amp;lt;s&amp;gt;[Reporting to Local;&amp;lt;/s&amp;gt; Local To Tax - Standard rate&amp;lt;s&amp;gt;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=391</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=391"/>
		<updated>2025-06-11T05:43:32Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Current Tax Charge&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Tax Charge - Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Local to Tax - Other Rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Current Tax Charge&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Tax Charge - Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Local to Tax - Standard rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Other Current income tax items&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Top up Tax (Pillar II)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current  Tax items under Selected GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Deferred Taxes under Selected  GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting &#039;&#039;&#039;level&#039;&#039;&#039; Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x &amp;lt;s&amp;gt;Reference Rate&amp;lt;/s&amp;gt; &#039;&#039;&#039;Local Tax Rate&#039;&#039;&#039; x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x Reference Rate x sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (tax treatment =&amp;quot;base&amp;quot; only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&#039;&#039;&#039;Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Deferred&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines**&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = &amp;lt;s&amp;gt;[Reporting to Local;&amp;lt;/s&amp;gt; Local To Tax - Standard rate&amp;lt;s&amp;gt;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=390</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=390"/>
		<updated>2025-06-05T15:48:06Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification accounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current  Tax items under Selected GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Deferred Taxes under Selected  GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting &#039;&#039;&#039;level&#039;&#039;&#039; Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x &amp;lt;s&amp;gt;Reference Rate&amp;lt;/s&amp;gt; &#039;&#039;&#039;Local Tax Rate&#039;&#039;&#039; x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x Reference Rate x sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (tax treatment =&amp;quot;base&amp;quot; only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&#039;&#039;&#039;Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Deferred&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines**&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = &amp;lt;s&amp;gt;[Reporting to Local;&amp;lt;/s&amp;gt; Local To Tax - Standard rate&amp;lt;s&amp;gt;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=389</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=389"/>
		<updated>2025-06-05T12:46:10Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current  Tax items under Selected GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Deferred Taxes under Selected  GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting &#039;&#039;&#039;level&#039;&#039;&#039; Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x &amp;lt;s&amp;gt;Reference Rate&amp;lt;/s&amp;gt; &#039;&#039;&#039;Local Tax Rate&#039;&#039;&#039; x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x Reference Rate x sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (tax treatment =&amp;quot;base&amp;quot; only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&#039;&#039;&#039;Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Deferred&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines**&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = &amp;lt;s&amp;gt;[Reporting to Local;&amp;lt;/s&amp;gt; Local To Tax - Standard rate&amp;lt;s&amp;gt;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=388</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=388"/>
		<updated>2025-06-05T10:53:28Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current  Tax items under Selected GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Deferred Taxes under Selected  GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting &#039;&#039;&#039;level&#039;&#039;&#039; Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x Reference Rate x sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (tax treatment =&amp;quot;base&amp;quot; only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&#039;&#039;&#039;Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Deferred&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines**&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = &amp;lt;s&amp;gt;[Reporting to Local;&amp;lt;/s&amp;gt; Local To Tax - Standard rate&amp;lt;s&amp;gt;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level + Impact of difference between Group and local tax rate&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=387</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=387"/>
		<updated>2025-06-05T10:48:49Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current  Tax items under Selected GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Deferred Taxes under Selected  GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting &#039;&#039;&#039;level&#039;&#039;&#039; Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; | -1 x (Theoritical Tax + Local Tax Rate x PBT, per Contribution level)&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x Reference Rate x sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (tax treatment =&amp;quot;base&amp;quot; only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&#039;&#039;&#039;Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Deferred&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines**&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = &amp;lt;s&amp;gt;[Reporting to Local;&amp;lt;/s&amp;gt; Local To Tax - Standard rate&amp;lt;s&amp;gt;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=386</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=386"/>
		<updated>2025-03-20T14:53:55Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current  Tax items under Selected GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Deferred Taxes under Selected  GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting &#039;&#039;&#039;level&#039;&#039;&#039; Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x Reference Rate x sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (tax treatment =&amp;quot;base&amp;quot; only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&#039;&#039;&#039;Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Deferred&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines**&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = &amp;lt;s&amp;gt;[Reporting to Local;&amp;lt;/s&amp;gt; Local To Tax - Standard rate&amp;lt;s&amp;gt;]&amp;lt;/s&amp;gt;&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=385</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=385"/>
		<updated>2025-03-16T04:58:57Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Data */ addition of DTA on non-deductible interests&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+1&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+2&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+3&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+4&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in Y+5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expiring in over Y+ 5&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Interests expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unlimited&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which interest having expired unused&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Expired&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DTA on non-deductible interest&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Of which losses generated previous tax group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognition of DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax losses and Tax credits&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;x current tax rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized  DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI2 - Depreciation of NDICF  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible  interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS2 - Depreciation of NOLS  Separate Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANDI1 - Depreciation of NDICF Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Unrecognized DTA on non-deductible interests&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;IDANOLS1 - Depreciation of NOLS Contribution Level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;N.a.&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Positive&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|Prior year adjustment - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current  Tax items under Selected GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Deferred Taxes under Selected  GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting &#039;&#039;&#039;level&#039;&#039;&#039; Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x Reference Rate x sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (tax treatment =&amp;quot;base&amp;quot; only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&#039;&#039;&#039;Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot; OR &amp;quot;Unrecognized DTA on non-deductible interests&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Deferred&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines**&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [Reporting to Local; Local To Tax - Standard rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=384</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=384"/>
		<updated>2025-02-18T10:39:34Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current  Tax items under Selected GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Deferred Taxes under Selected  GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting &#039;&#039;&#039;level&#039;&#039;&#039; Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x Reference Rate x sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (tax treatment =&amp;quot;base&amp;quot; only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot; OR &amp;quot;Unrecognized DTA on NOLS&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Deferred&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines**&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [Reporting to Local; Local To Tax - Standard rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=383</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=383"/>
		<updated>2025-02-13T11:37:13Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current  Tax items under Selected GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Deferred Taxes under Selected  GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting &#039;&#039;&#039;level&#039;&#039;&#039; Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x Reference Rate x sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (tax treatment =&amp;quot;base&amp;quot; only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Deferred&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines**&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [Reporting to Local; Local To Tax - Standard rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Separate to Contribution &amp;lt;s&amp;gt;(only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&amp;lt;/s&amp;gt;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=382</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=382"/>
		<updated>2025-01-30T08:37:18Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current  Tax items under Selected GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Deferred Taxes under Selected  GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting &#039;&#039;&#039;level&#039;&#039;&#039; Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x Reference Rate x sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (tax treatment =&amp;quot;base&amp;quot; only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Deferred&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines**&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [Reporting to Local; Local To Tax - Standard rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Transfer_Pricing_Algorithm&amp;diff=381</id>
		<title>Transfer Pricing Algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Transfer_Pricing_Algorithm&amp;diff=381"/>
		<updated>2025-01-29T09:37:16Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Rules */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource [[Transfer Pricing]] Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to calculate and analyze transfer pricing and its subsequent tax implications.&lt;br /&gt;
&lt;br /&gt;
Transfer pricing is a pivotal aspect of international trade and finance, playing a crucial role in determining the value at which transactions occur between associated enterprises. It significantly influences the allocation of income, expenses, and consequently, tax liabilities among different tax jurisdictions. The meticulous computation of tax impact is imperative for businesses to ensure compliance, optimize tax obligations, and foster fiscal transparency.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform transfer pricing computations on a dataset from a company, produce the transfer prices and/or make adjustments to the transfer pricing, and, if configured, calculate the subsequent tax impact. This includes both National taxation and bilateral taxation, addressing complex Withholding tax treatments that may arise. Additionally, the algorithm&#039;s output can include suggestions for algorithmically improved margin rates that could reduce the overall tax burden.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
* [[Transactional Net Margin Method]] for Transfer Pricing computation, based on Entity [[Profit Level Indicators]] and a wide range of commonly used [[Key Profit Indicators]]&lt;br /&gt;
* [[Royalty]] and [[Management fee]] computation based on selected bases (Sales, OG Sales, specific costs or accounts)&lt;br /&gt;
* [[Transfer pricing adjustment]] computation &lt;br /&gt;
* Tax impact of individual flows with regards to [[Withholding taxes]] both in the source and the destination [[jurisdictions]]&lt;br /&gt;
* Aggregated tax impact on each [[tax payer]] including different features of [[tax systems]] ([[losses carry forward]], tax credits on [[WHT]]...)&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Transfer Pricing Algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Transfer Pricing Algorithm Development Program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|ATP Declaring Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the Transfer Pricing Computation (PLIs will be aggregated at this level of segmentation)&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Declaring Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|ATP Tax Payer&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the aggregation level for the Tax computation, it is necessarily a subset of the ATP Declaring Entity segmentation defined&lt;br /&gt;
|Boolean&lt;br /&gt;
|Completes the definition of the ATP Declaring Entity segmentation with a boolean (String; Integer; Boolean)&lt;br /&gt;
|No, if absent no tax computation are performed&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|ATP Counterpart Entity segmenfation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the Transfer Pricing Computation (PLIs will be aggregated at this level of segmentation), if it is not defined or null for certain data entries the Counterpart entities will be sourced from the associated Rules&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Counterpart Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent the Counterpart entity may be automatically defined using the Rules file&lt;br /&gt;
|-&lt;br /&gt;
|Financials&lt;br /&gt;
|ATP Assets&lt;br /&gt;
|Represents the assets employed by the entity, which are considered in the transfer pricing computation&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Financials&lt;br /&gt;
|ATP Capital Employed&lt;br /&gt;
|Refers to the total capital (both equity and debt) used by the entity in its operations&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Financials&lt;br /&gt;
|ATP Sales&lt;br /&gt;
|Denotes the total revenue generated by the entity from sales of goods or services&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Financials&lt;br /&gt;
|ATP OG Sales&lt;br /&gt;
|Stands for Out of Group Sales, representing the total revenue generated by the entity from sales of goods or services to parties that are not part of the same group or entity, hence outside of the related or affiliated entities&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Financials&lt;br /&gt;
|ATP COGS&lt;br /&gt;
|Stands for Cost of Goods Sold, indicating the direct costs attributable to the production of the goods sold by the entity&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Financials&lt;br /&gt;
|ATP Royalty paid&lt;br /&gt;
|Represents the amounts paid by the entity for the use of intellectual property or other assets owned by related parties&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Financials&lt;br /&gt;
|ATP Management fee received&lt;br /&gt;
|Indicates the fees received by the entity for providing management services to related parties&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Financials&lt;br /&gt;
|ATP Operating Expenses&lt;br /&gt;
|Denotes the daily operational costs of an entity, distinct from other expenses such as COGS and management fees&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Financials&lt;br /&gt;
|ATP Profit Indicator&lt;br /&gt;
|A measure or indicator used to assess the profitability of the entity in the context of transfer pricing&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|ATP PBT&lt;br /&gt;
|Refers to Profit Before Tax, indicating the entity’s profit before the deduction of taxes&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|ATP Tax losses carryforward N&lt;br /&gt;
|Represents the tax losses incurred in the current year (N), where &amp;quot;N&amp;quot; denotes the present or most recent tax year. These losses can be carried forward to offset future taxable profits, subject to applicable laws and regulations&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|ATP Tax losses carryforward N-1&lt;br /&gt;
|Represents the tax losses from the previous year (N-1), where &amp;quot;N-1&amp;quot; refers to the year immediately preceding the current year (N). These losses can be carried forward to offset profits in subsequent years, according to the relevant tax laws.&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|ATP Tax expenses&lt;br /&gt;
|Indicates the total tax expenses incurred by the entity&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Transfer Pricing&lt;br /&gt;
|ATP Firm Creation Date&lt;br /&gt;
|Refers to the date on which the entity was established or created&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|Not allowed&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Transfer Pricing&lt;br /&gt;
|ATP Base for Royalty&lt;br /&gt;
|Represents the basis or calculation used for determining the royalty payments made or received by the entity&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Transfer Pricing&lt;br /&gt;
|ATP Cost Base for Management fee&lt;br /&gt;
|Indicates the cost structure or basis used to calculate the management fees charged or received by the entity&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, related TPA =0&lt;br /&gt;
|-&lt;br /&gt;
|Transfer Pricing&lt;br /&gt;
|ATP Consumption Base for Management fee&lt;br /&gt;
|Denotes the consumption or usage basis used for determining management fees charged to the entity&lt;br /&gt;
|Decimal or Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, related TPA =0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|ATP Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved &lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|ATP Counterpart Entity segmentation&lt;br /&gt;
|Allows to define the segmentation that defines the Counterpart Entity, it is recommended to use the same definition as the Declaring Entity segmentation to allow for smooth computations for the counterpart entities and their tax impacts&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Counterpart entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent from the data as well, no TP computations are possible&lt;br /&gt;
|-&lt;br /&gt;
|Transfer Pricing&lt;br /&gt;
|ATP TP method&lt;br /&gt;
|Identifies the specific transfer pricing method the algorithm will employ to establish and assess arm’s length prices between associated entities&lt;br /&gt;
|Single choice Enum : {TNMM ; ROA; TNMM ROCE; TNMM ROS; TNMM ROOGS; TNMM ROCOGS; TNMM ROOE / Berry ratio; TNMM ROC; Royalty ; Management fee}&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Transfer Pricing&lt;br /&gt;
|ATP Benchmark fisrt quartile&lt;br /&gt;
|Represents the lower quartile in a distribution of comparable data, establishing the benchmark&#039;s lower boundary for the algorithm&#039;s transfer pricing analysis&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Transfer Pricing&lt;br /&gt;
|ATP Benchmark third quartile&lt;br /&gt;
|Denotes the upper quartile in a distribution of comparable data, setting the benchmark&#039;s upper boundary for the algorithm’s transfer pricing considerations&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Transfer Pricing&lt;br /&gt;
|ATP Benchmark target below&lt;br /&gt;
|Represents the target value of the KPI if the initial value computed is below the ATP Benchmark first quartile&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Transfer Pricing&lt;br /&gt;
|ATP Benchmark target in&lt;br /&gt;
|Represents the target value of the KPI if the initial value computed is between the ATP Benchmark first and third quartile&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Transfer Pricing&lt;br /&gt;
|ATP Benchmark target above&lt;br /&gt;
|Represents the target value of the KPI if the initial value computed is above the ATP Benchmark third quartile&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Transfer Pricing&lt;br /&gt;
|ATP in scope&lt;br /&gt;
|Flags whether a given transaction is considered relevant for the considered entities&lt;br /&gt;
|Boolean&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if absent is considered True&lt;br /&gt;
|-&lt;br /&gt;
|Transfer Pricing&lt;br /&gt;
|ATP Date inferior&lt;br /&gt;
|Represents the earliest creation date for which Entities are considered relevant and included in the algorithm&#039;s transfer pricing analysis&lt;br /&gt;
|Date&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if absent or null, no constraints on the creation date&lt;br /&gt;
|-&lt;br /&gt;
|Transfer Pricing&lt;br /&gt;
|ATP Date superior&lt;br /&gt;
|Represents the latest termination date for which Entities are considered relevant and included in the algorithm&#039;s transfer pricing analysis&lt;br /&gt;
|Date&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if absent or null, no constraints on the termination date&lt;br /&gt;
|-&lt;br /&gt;
|Transfer Pricing&lt;br /&gt;
|ATP Rule application modulation&lt;br /&gt;
|Defines the different conditions under which the Transfer Computation will be launched&lt;br /&gt;
|Multiple Choice Enum : {if below; if within; if above}&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Transfer Pricing&lt;br /&gt;
|ATP accounting Impact for Declaring entity&lt;br /&gt;
|Defines the accounting implications on the Declaring Entity resulting from the transfer pricing transaction as processed by the algorithm&lt;br /&gt;
|Single Choice Enum : {Only Profit indicator; Operating expenses; Sales; COGS}&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Transfer Pricing&lt;br /&gt;
|ATP accounting Impact for Counterpart entity&lt;br /&gt;
|Defines the accounting implications on the Counterpart Entity resulting from the transfer pricing transaction as processed by the algorithm&lt;br /&gt;
|Single Choice Enum : {Only Profit indicator; Operating expenses; Sales; COGS}&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Transfer Pricing&lt;br /&gt;
|ATP Recharging method negative TPA&lt;br /&gt;
|Defines the recharging method to be returned if TPA value is negative as generated by the algorithm&lt;br /&gt;
|String&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, Recharging method computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Transfer Pricing&lt;br /&gt;
|ATP Recharging method positive TPA&lt;br /&gt;
|Defines the recharging method to be returned if TPA value is positive as generated by the algorithm&lt;br /&gt;
|String&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, Recharging method computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Transfer Pricing&lt;br /&gt;
|ATP Recharging method no TPA&lt;br /&gt;
|Defines the recharging method to be returned if TPA value is equal to 0 as generated by the algorithm&lt;br /&gt;
|String&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, Recharging method computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|ATP National tax rate&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s income as considered by the algorithm in its transfer pricing computation&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, National tax computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|ATP Tax losses carryforward depreciation&lt;br /&gt;
|Defines the depreciation applied to tax losses that are carried forward, impacting the entity&#039;s future taxable income in the algorithm&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if absent or null =0&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|ATP Tax loss carryforward ceiling for use&lt;br /&gt;
|Denotes the maximum amount of the tax loss from previous years that the algorithm allows to be utilized to offset current taxable income, before the application of the ATP Share of Tax losses carryforward&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if absent or null, no ceiling&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|ATP Share of Tax losses carryfoward&lt;br /&gt;
|Determines the proportion of previous years’ tax losses, above the ATP Tax loss carryforward ceiling for use that the algorithm allows the entity to carry forward and offset against future profits&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if absent or null =0&lt;br /&gt;
|-&lt;br /&gt;
|Withholding Taxes&lt;br /&gt;
|ATP WHT&lt;br /&gt;
|Determines which or whether specific Withholding tax parameters will be applied&lt;br /&gt;
|Single Choice Enum : {Royalty; Mgt fees; Other transactions; None}&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, WHT computation is aborted (=None)&lt;br /&gt;
|-&lt;br /&gt;
|Withholding Taxes&lt;br /&gt;
|ATP WHT Rates - Royalties&lt;br /&gt;
|Specifies the applicable withholding tax basis on royalties used by the algorithm to determine tax liability on royalty income in the source jurisdiction.&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, National tax computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Withholding Taxes&lt;br /&gt;
|ATP WHT Base - Royalties&lt;br /&gt;
|Defines the income base to which the withholding tax rate on royalties is applied by the algorithm&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, =1&lt;br /&gt;
|-&lt;br /&gt;
|Withholding Taxes&lt;br /&gt;
|ATP WHT Deductibility - Royalties&lt;br /&gt;
|Determines the extent to which withholding tax on royalties is deductible in the source jurisdiction, impacting the overall tax obligation as calculated by the algorithm&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, =1&lt;br /&gt;
|-&lt;br /&gt;
|Withholding Taxes&lt;br /&gt;
|ATP specific rate - Royalties&lt;br /&gt;
|Refers to the specified tax rate applied to royalties that the algorithm uses to calculate the tax on royalty income in the target jurisdiction&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, National tax computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Withholding Taxes&lt;br /&gt;
|ATP Rate of exemption - Royalties&lt;br /&gt;
|Denotes the rate at which withholding taxes from royalties are exempt from taxation in the target jurisdiction, as utilized by the algorithm in its computations. The exempted share does not generate tax credits&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, =0&lt;br /&gt;
|-&lt;br /&gt;
|Withholding Taxes&lt;br /&gt;
|ATP Tax credits - Royalties&lt;br /&gt;
|Represents the rate at which tax credits are available in the target jurisdiction against the non exempted shared of withholding tax on royalties, as factored into the algorithm&#039;s calculations&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, =0&lt;br /&gt;
|-&lt;br /&gt;
|Withholding Taxes&lt;br /&gt;
|ATP WHT Rates - Mgt fees&lt;br /&gt;
|Specifies the applicable withholding tax rates on Mgt fees used by the algorithm to determine tax liability on royalty income in the source jurisdiction.&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, National tax computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Withholding Taxes&lt;br /&gt;
|ATP WHT Base - Mgt fees&lt;br /&gt;
|Defines the income base to which the withholding tax rate on Mgt fees is applied by the algorithm&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, =1&lt;br /&gt;
|-&lt;br /&gt;
|Withholding Taxes&lt;br /&gt;
|ATP WHT Deductibility - Mgt fees&lt;br /&gt;
|Determines the extent to which withholding tax on Mgt fees is deductible in the source jurisdiction, impacting the overall tax obligation as calculated by the algorithm&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, =1&lt;br /&gt;
|-&lt;br /&gt;
|Withholding Taxes&lt;br /&gt;
|ATP specific rate - Mgt fees&lt;br /&gt;
|Refers to the specified tax rate applied to Mgt fees that the algorithm uses to calculate the tax on royalty income in the target jurisdiction&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, National tax computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Withholding Taxes&lt;br /&gt;
|ATP Rate of exemption - Mgt fees&lt;br /&gt;
|Denotes the rate at which withholding taxes from Mgt fees are exempt from taxation in the target jurisdiction, as utilized by the algorithm in its computations. The exempted share does not generate tax credits&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, =0&lt;br /&gt;
|-&lt;br /&gt;
|Withholding Taxes&lt;br /&gt;
|ATP Tax credits - Mgt fees&lt;br /&gt;
|Represents the rate at which tax credits are available in the target jurisdiction against the non exempted shared of withholding tax on Mgt fees, as factored into the algorithm&#039;s calculations&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, =0&lt;br /&gt;
|-&lt;br /&gt;
|Withholding Taxes&lt;br /&gt;
|ATP WHT Rates - Other transactions&lt;br /&gt;
|Specifies the applicable withholding tax rates on Other transactions used by the algorithm to determine tax liability on royalty income in the source jurisdiction.&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, National tax computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Withholding Taxes&lt;br /&gt;
|ATP WHT Base - Other transactions&lt;br /&gt;
|Defines the income base to which the withholding tax rate on Other transactions is applied by the algorithm&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, =1&lt;br /&gt;
|-&lt;br /&gt;
|Withholding Taxes&lt;br /&gt;
|ATP WHT Deductibility - Other transactions&lt;br /&gt;
|Determines the extent to which withholding tax on Other transactions is deductible in the source jurisdiction, impacting the overall tax obligation as calculated by the algorithm&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, =1&lt;br /&gt;
|-&lt;br /&gt;
|Withholding Taxes&lt;br /&gt;
|ATP specific rate - Other transactions&lt;br /&gt;
|Refers to the specified tax rate applied to Other transactions that the algorithm uses to calculate the tax on royalty income in the target jurisdiction&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, National tax computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Withholding Taxes&lt;br /&gt;
|ATP Rate of exemption - Other transactions&lt;br /&gt;
|Denotes the rate at which withholding taxes from Other transactions are exempt from taxation in the target jurisdiction, as utilized by the algorithm in its computations. The exempted share does not generate tax credits&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, =0&lt;br /&gt;
|-&lt;br /&gt;
|Withholding Taxes&lt;br /&gt;
|ATP Tax credits - Other transactions&lt;br /&gt;
|Represents the rate at which tax credits are available in the target jurisdiction against the non exempted shared of withholding tax on Other transactions, as factored into the algorithm&#039;s calculations&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, =0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
&lt;br /&gt;
=== Serie of files ===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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).&lt;br /&gt;
&lt;br /&gt;
==== Impact of series on Financial data ====&lt;br /&gt;
Initially, these relative temporal reference values are sought within the same structured file, and then in the preceding structured file that corresponds to the correct relative reference in the matching file within the sequence.&lt;br /&gt;
&lt;br /&gt;
Only one single value works this way for TP computation : ATP Tax losses carry-forward N-1.&lt;br /&gt;
&lt;br /&gt;
==== Impact of rules ====&lt;br /&gt;
The optimization calculation will be further impacted as transfer pricing rules can cover a reference period exceeding a single structured file. The optimization calculation will then treat the rule file variable as a shared variable.&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
Data received by the algorithm are processed using the standardized [[Rule matching methodology]]. At this stage every single entry contains both the financial data and the rules to be applied for both Transfer Pricing Computation and Tax impact computation.&lt;br /&gt;
&lt;br /&gt;
=== Transfer pricing computation ===&lt;br /&gt;
The transfer pricing computation is segmented into the following steps :&lt;br /&gt;
&lt;br /&gt;
* Core TP computation step : during which the Transfer Pricing margin will be computed based on the TP rule,&lt;br /&gt;
* Impact on other accounts and Profit level indicators : at this stage, the different accounts need to be updated based on the TP amounts and/or adjustments computed,&lt;br /&gt;
* Convergence mechanisms : as some of the accounts updated at the previous stage can be the base of other TP computations, both previous steps need to be recomputed iteratively to ensure that TP amounts do not change anymore,&lt;br /&gt;
&lt;br /&gt;
==== Core TP computation step ====&lt;br /&gt;
The transfer pricing calculation is broken down into two parts:&lt;br /&gt;
&lt;br /&gt;
* The TPA issued by the declarant as the tested party&lt;br /&gt;
* The TPA received by the counterparty as the non-tested party &lt;br /&gt;
&lt;br /&gt;
They will be respectively denoted as TPA_d and TPA_c, and the net TPA will then be formed by the sum of these two components.&lt;br /&gt;
&lt;br /&gt;
===== TPA issued – TPA_d =====&lt;br /&gt;
The TPA is calculated by determining the amount that sets the ratio corresponding to the chosen KPI to its target value based on its value and the applicable rule. Let&#039;s denote the target value of this ratio as Target_ratio, and we then have the following table to calculate the TPA_d in the different cases.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |TP method&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |KPI Name&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |KPI Formula&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |TPA Formula par ATP accounting impact&lt;br /&gt;
|-&lt;br /&gt;
!Only PBT&lt;br /&gt;
!Operating expenses&lt;br /&gt;
!Sales&lt;br /&gt;
|-&lt;br /&gt;
|TNMM ROA&lt;br /&gt;
|Return on Asset &lt;br /&gt;
|ROA = ATP Profit Indicator / ATP Assets&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |TPA_d = Target_ratio x ATP Assets – ATP Profit  Indicator&lt;br /&gt;
|-&lt;br /&gt;
|TNMM ROCE&lt;br /&gt;
|Return on Capital Employed&lt;br /&gt;
|ROCE = ATP Profit Indicator / ATP Capital Employed&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |TPA_d = Target_ratio x ATP Capital Employed – ATP  Profit Indicator&lt;br /&gt;
|-&lt;br /&gt;
|TNMM ROS&lt;br /&gt;
|Return on Sales&lt;br /&gt;
|ROS = ATP Profit Indicator / ATP Sales&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |TPA_d = Target_ratio x ATP Sales – ATP Profit Indicator&lt;br /&gt;
|TPA_d = (Target_ratio x ATP Sales – ATP Profit Indicator)/(1 – Target_ratio )&lt;br /&gt;
|-&lt;br /&gt;
|TNMM ROOGS&lt;br /&gt;
|Return on Out of Group Sales&lt;br /&gt;
|ROOGS = ATP Profit Indicator / ATP OG Sales&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |TPA_d = Target_ratio x ATP OG Sales – ATP Profit  Indicator&lt;br /&gt;
|-&lt;br /&gt;
|TNMM ROCOGS&lt;br /&gt;
|Return on Costs of Goods Solds&lt;br /&gt;
|ROCOGS = ATP Profit Indicator / ATP COGS&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |TPA_d = Target_ratio x ATP COGS – ATP Profit Indicator&lt;br /&gt;
|-&lt;br /&gt;
|TNMM ROOE / Berry ratio&lt;br /&gt;
|Return on Operating Expenses / Berry Ratio&lt;br /&gt;
|ROOE = ATP Profit Indicator / ATP Operating Expenses&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |TPA_d = Target_ratio x ATP ROOE – ATP Profit Indicator&lt;br /&gt;
|-&lt;br /&gt;
|TNMM ROC&lt;br /&gt;
|Return on Costs&lt;br /&gt;
|ROC = ATP Profit Indicator / (ATP Sales – ATP Profit  Indicator)&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |TPA_d = Target_ratio/(1 + Target_ratio ) x ATP Sales – ATP Profit Indicator&lt;br /&gt;
|TPA_d = Target_ratio x ATP Sales – ATP Profit Indicator x (1 + Target_ratio )&lt;br /&gt;
|-&lt;br /&gt;
|Royalty&lt;br /&gt;
|Royalty rate&lt;br /&gt;
|Royalty Rate = ATP Royalty Paid / ATP Base for  Royalty&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |TPA_d = (-1) x (Target_ratio x ATP Base for Royalty –  ATP Royalty Paid )*&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Management fee&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Management fee rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Management fee rate  = ATP Management fee received / ATP Cost Base for Management fees&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; |&amp;lt;s&amp;gt;TPA_d = Target_ratio  x ATP Cost Base for Management fees – ATP Management fee received&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;The TPA remains primarily a delta of the Profit Indicator.&lt;br /&gt;
&lt;br /&gt;
===== TPA received – TPA_c =====&lt;br /&gt;
In most cases, the TPA_c simply corresponds to the sum of the TPA_d results from calculations for which the studied entity is the counterparty, multiplied by (-1).&lt;br /&gt;
&lt;br /&gt;
Indeed, this reflects that the non-tested parties are impacted in the opposite way by the TPA.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;The only exception to this rule concerns the TPA_c stemming from TPA_d whose TP method is &amp;quot;Management fees.&amp;quot;&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;In this case, the value ATP Cost Base for Management fees_total_d should be formed, which corresponds to the sum of the ATP Cost Base for Management fees from all the counterparty entities for the &amp;quot;Management fee&amp;quot; method relating to the concerned declaring entity.&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;Let&#039;s take a declaring entity d1.&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;We then have the contribution to TPA_c from the TPA with d1 written as: TPA_c_d1 = TPA_dx ATP Cost Base for Management fees / ATP Cost Base for Management fees_total_d1.&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Impact on other accounts and Profit level indicators ====&lt;br /&gt;
Whether it&#039;s the declaring entities or the counterparties, transfer pricing calculations can have consequences on other data based on the company&#039;s accounting choices. We will detail these impacts from the most general to the most specific cases, for both declaring entities and counterparties. It is important to note that tax calculation is not done at this stage.&lt;br /&gt;
&lt;br /&gt;
===== Unaffected Financials =====&lt;br /&gt;
None of the values outside those tagged as &amp;quot;financials&amp;quot; are affected. Moreover, ATP Assets, ATP Capital Employed, and ATP OG Sales are never affected.&lt;br /&gt;
&lt;br /&gt;
===== Values impacted in a fixed manner =====&lt;br /&gt;
We always have for ATP Profit Indicator: ATP Profit Indicator = ++TPA = ++(TPA_d+TPA_c)&lt;br /&gt;
&lt;br /&gt;
===== Values impacted in a fixed manner depending on the method choice =====&lt;br /&gt;
ATP TP method = Royalty fee :&lt;br /&gt;
&lt;br /&gt;
ATP Royalty paid = --TPA_d (since TPA_d is the impact on profit) ATP Royalty received = ++TPA_c (filtered on transactions for which the entity is the counterparty of a royalty flow)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;ATP method = Management fee ATP Management fee received =++TPA_d ATP Management fee received = --TPA_c (filtered on transactions for which the entity is the counterparty of a management fee flow)&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Values impacted according to the accounting mode =====&lt;br /&gt;
The impact modalities on ATP Sales, ATP COGS, and ATP Operating Expenses are determined by the rule and are applied for each individual flow. As TPA_d is positively signed in relation to the Profit indicator, we generally have the following sign management implications:&lt;br /&gt;
&lt;br /&gt;
* ATP Sales =++(TPA_d - TPA_c) (having only kept the elements impacting Sales for declaring or counterpart)&lt;br /&gt;
* ATP COGS= --(TPA_d + TPA_c) (having only kept the elements impacting COGS for declaring or counterpart)&lt;br /&gt;
* ATP Operating Expenses = --(TPA_d + TPA_c) (having only kept the elements impacting COGS for declaring or counterpart)&lt;br /&gt;
&lt;br /&gt;
==== Convergence mechanism ====&lt;br /&gt;
The calculations in the two first steps aim to bring each of the KPIs closer to their target ratio. Since some values updated are included in the calculation of these KPIs, it is necessary to iterate multiple times, calculating successive TPA values. The returned values will then be for the TPA: the sum of the TPA from each step and for each indicator, its converged value.&lt;br /&gt;
&lt;br /&gt;
However, it should be noted that &amp;quot;cycles&amp;quot; are likely to be formed with feedback loops between the different financial indicators.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;Moreover, the assertion that each node has only one unique successor is no longer true due to the distribution mechanics of the management fees step.&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To track this convergence, we propose the following methodology:&lt;br /&gt;
&lt;br /&gt;
# Retain the TPA values of each declarant for each calculation step.&lt;br /&gt;
# Convergence is achieved when the sum of the absolute values of the TPA falls below an arbitrary value (to be defined).&lt;br /&gt;
# Assuming that this value starts to grow again after a period of decline, after an arbitrarily set number of iterations between 10 and 1% of the number of declarants, an arbitrary number of additional iterations will be carried out (again between 10 and 1% of the number of declarants) before returning all the &amp;quot;converged&amp;quot; values and returning an error for all other &amp;quot;cycles&amp;quot;.&lt;br /&gt;
# The process stops after 20 iterations (to be studied),&lt;br /&gt;
# Sum all the TPA values compute throughout the iterations to generate the total TPA.&lt;br /&gt;
# Generate value for ATP Recharging method&lt;br /&gt;
#* if TPA &amp;lt;0 : the value gathered in ATP Recharging method negative TPA&lt;br /&gt;
#* if TPA &amp;gt;0 : the value gathered in ATP Recharging method positive TPA&lt;br /&gt;
#* if TPA = 0 : the value gathered in ATP Recharging method no TPA&lt;br /&gt;
&lt;br /&gt;
=== Tax impact computation ===&lt;br /&gt;
Tax computation will be divided into 3 stages:&lt;br /&gt;
&lt;br /&gt;
* A flow by flow computation of Withholding taxes effects&lt;br /&gt;
* A Tax payer level computation of the consumption or creation of Tax losses&lt;br /&gt;
* A Tax payer level computation of the final taxation level&lt;br /&gt;
&lt;br /&gt;
==== Withholding taxes initial computation ====&lt;br /&gt;
The WHT is treated as an additional expense on the side of the entity paying the related flow.&lt;br /&gt;
&lt;br /&gt;
This means that it is potentially deductible in whole or in part.&lt;br /&gt;
&lt;br /&gt;
Furthermore, upon its arrival in the jurisdiction of the receiving entity, to avoid double taxation, the concerned payment can:&lt;br /&gt;
&lt;br /&gt;
* Be exempted at a given rate (thus, the corresponding portion needs to be removed from the recipient&#039;s tax base)&lt;br /&gt;
* Be taxed at a specific rate to be specified (specific rate, set equal to the national tax rate if the same), on the non-exempted portion&lt;br /&gt;
* Generate a tax credit at a set rate on the non-exempted portion, applicable only to the tax for the year.&lt;br /&gt;
Delta WHT TP due (thus paid by others) =&lt;br /&gt;
&lt;br /&gt;
* Delta WHT Royalty due = Sum for all declaring entities of (WHT rate x WHT Base x TPA_c )&lt;br /&gt;
* &amp;lt;s&amp;gt;Delta WHT Management fee due = …&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Delta WHT paid (settled for others) =&lt;br /&gt;
&lt;br /&gt;
* Delta WHT Royalty paid = - WHT rate x WHT Base x TPA_d&lt;br /&gt;
* &amp;lt;s&amp;gt;Delta WHT Management fee paid = …&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Possible WHT Tax credits = &lt;br /&gt;
&lt;br /&gt;
* Additional Tax credit royalty due = (-1) x Sum for all declaring entities of (WHT rate x WHT Base x TPA_c x Tax credits x (1-rate of exemption))&lt;br /&gt;
* &amp;lt;s&amp;gt;Additional Tax credit management fees due = …&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Delta PBT WHT due =&lt;br /&gt;
&lt;br /&gt;
* Delta PBT WHT Royalty due = (-1) x Sum for all declaring entities of (WHT Base x WHT Rate x TPA_c x rate of exemption)&lt;br /&gt;
* &amp;lt;s&amp;gt;Delta PBT WHT Management fee due =&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Delta PBT WHT paid =&lt;br /&gt;
&lt;br /&gt;
* Delta PBT WHT Royalty paid = WHT Rate x WHT Base x TPA_d x WHT Deductibility&lt;br /&gt;
* &amp;lt;s&amp;gt;Delta PBT WHT Management fee paid = …&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Tax losses treatments ====&lt;br /&gt;
Within the framework of the loss carry-forward computation, we start with the following simplifications:&lt;br /&gt;
&lt;br /&gt;
* Not knowing the application modalities before calculation, these are recalculated in a simplified manner to retain uncaptured effects (see &amp;quot;Unexplained&amp;quot;).&lt;br /&gt;
* The losses are added to a simplified common basket, which will be taxed at an average rate of the taxpayer.&lt;br /&gt;
* The mechanisms at the boundaries of tax groups are ignored.&lt;br /&gt;
&lt;br /&gt;
From this point forward all values are aggregated at Tax payer level.&lt;br /&gt;
&lt;br /&gt;
TLCF_consumed_init = max(0; (TLCF_N-1 x (1-TLCF_depreciation) – TLCF_N))&lt;br /&gt;
&lt;br /&gt;
Unexplained_Consumed_TLCF = TLCF_consumed_init - min(TLCF_N-1 x (1-TLCF_depreciation); MAX(0; min(TLCF_ceiling; ATP PBT)) + Share_TLCF x max(0; ATP PBT - TLCF_ceiling))&lt;br /&gt;
&lt;br /&gt;
TLCF_created_init = - min(0; (TLCF_N-1 x (1-TLCF_depreciation) – TLCF_N)&lt;br /&gt;
&lt;br /&gt;
Unexplained_Created_TLCF = TLCF_created_init + min(0; ATP PBT)&lt;br /&gt;
&lt;br /&gt;
Delta_PBT = TPA&lt;br /&gt;
&lt;br /&gt;
New_ATP_PBT = ATP PBT + Delta_PBT + Delta PBT WHT (paid + due)&lt;br /&gt;
&lt;br /&gt;
TLCF_created_new = max(0; -min(0; New_ATP_PBT) + Unexplained_Created_TLCF)&lt;br /&gt;
&lt;br /&gt;
TLCF_consumed_new = max(0; min(TLCF_N-1 x (1-TLCF_depreciation); min(TLCF_ceiling; New_ATP_PBT) + Share_TLCF x max(0; New_ATP_PBT - TLCF_ceiling) + Unexplained_consumed_TLCF)&lt;br /&gt;
&lt;br /&gt;
New_TLCF_N = TLCF_N-1 x (1-TLCF_depreciation) + TLCF_created_new + TLCF_consumed_new&lt;br /&gt;
&lt;br /&gt;
==== Final tax computation ====&lt;br /&gt;
Delta Tax init = Sum of National tax rate x TPA - Sum((National rate – Specific rate) x TPA_c _royalty received)&lt;br /&gt;
&lt;br /&gt;
We must ensure that any possible blank counterpart line correctly matches with tax rules.&lt;br /&gt;
&lt;br /&gt;
Average taxpayer tax rate = Delta Tax init/Delta PBT&lt;br /&gt;
&lt;br /&gt;
Delta_Tax_bis = Max(-max(0; tax expense); Delta Tax init - Average taxpayer tax rate x (TLCF_consumed_new - TLCF_consumed_init + TLCF_created_new – TLCF_created_init))&lt;br /&gt;
&lt;br /&gt;
Consumable tax credit = Max(0; Tax expenses + Delta_Tax_bis - Possible WHT Tax credits)&lt;br /&gt;
&lt;br /&gt;
Tax_final = Delta_Tax_bis - Consumable WHT Tax credits + WHT TP due&lt;br /&gt;
&lt;br /&gt;
=== Tax performance analysis ===&lt;br /&gt;
Operation of the calculation algorithm in an optimization context:&lt;br /&gt;
&lt;br /&gt;
==== Description of the optimization problem ====&lt;br /&gt;
Optimization under constraints: &lt;br /&gt;
&lt;br /&gt;
Objective function: Sum of the input ATP Tax expenses and the output ATP Delta Tax at the exit the Final tax computation for the entire group, and/or the entire file series.&lt;br /&gt;
&lt;br /&gt;
Constraints defined by the ATP Benchmark tags from the rule files, considering for each unique rule:&lt;br /&gt;
&lt;br /&gt;
* ATP Benchmark first quartile as the lower bound,&lt;br /&gt;
* ATP Benchmark third quartile as the upper bound,&lt;br /&gt;
* ATP Benchmark target below/in/above as the input variables.&lt;br /&gt;
&lt;br /&gt;
If several structured files are configured with the same rule file, they can either be configured as separate variables or as single unique variable across the different structured files.&lt;br /&gt;
&lt;br /&gt;
The goal is to find a local minimum of the objective function while respecting the constraints mentioned above.&lt;br /&gt;
&lt;br /&gt;
==== Resolution with genetic algorithm ====&lt;br /&gt;
Recommended algorithm: CMA-ES &lt;br /&gt;
&lt;br /&gt;
http://www.cmap.polytechnique.fr/~nikolaus.hansen/javadoc/fr/inria/optimization/cmaes/package-summary.html&lt;br /&gt;
&lt;br /&gt;
https://github.com/CMA-ES/libcmaes&lt;br /&gt;
&lt;br /&gt;
https://pypi.org/project/cmaes/&lt;br /&gt;
&lt;br /&gt;
=== Tax impact reallocation ===&lt;br /&gt;
The allocation keys for the various tax outputs are as follows:&lt;br /&gt;
&lt;br /&gt;
* ATP PBT -&amp;gt; linear&lt;br /&gt;
* ATP Delta Tax: pro rata to (Delta PBT + Delta PBT WHT (paid + due)) within the tax payer&#039;s bounds&lt;br /&gt;
* ATP Tax losses carry forward N pro rata to (Delta PBT + Delta PBT WHT (paid + due)) within the tax payer&#039;s bounds&lt;br /&gt;
* ATP Taxes losses generated/consumed: pro rata to (Delta PBT + Delta PBT WHT (paid + due)) within the tax payer&#039;s bounds&lt;br /&gt;
* ATP WHT paid -&amp;gt; linear&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=380</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=380"/>
		<updated>2025-01-16T21:15:49Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current  Tax items under Selected GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Deferred Taxes under Selected  GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x Reference Rate x sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (tax treatment =&amp;quot;base&amp;quot; only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Deferred&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines**&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [Reporting to Local; Local To Tax - Standard rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except for Prior Year Income that is x (-1) and Perimeter exit that is excluded&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=379</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=379"/>
		<updated>2025-01-16T21:07:15Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Base&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;Flows&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Closing&amp;lt;/s&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|&amp;lt;s&amp;gt;Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Couple (Decimal;ISO 3 Currency Code)&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;If multiple defined, are aggregated for computation&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;No, if absent and required by computation, assumed to be 0&amp;lt;/s&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current  Tax items under Selected GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Deferred Taxes under Selected  GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x Reference Rate x sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (tax treatment =&amp;quot;base&amp;quot; only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Deferred&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines**&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [Reporting to Local; Local To Tax - Standard rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except Perimeter exit&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=378</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=378"/>
		<updated>2025-01-16T20:56:16Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current  Tax items under Selected GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Deferred Taxes under Selected  GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x Reference Rate x sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (tax treatment =&amp;quot;base&amp;quot; only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Deferred&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines**&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [Reporting to Local; Local To Tax - Standard rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x all flows value in base except Perimeter exit&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=377</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=377"/>
		<updated>2025-01-16T20:49:17Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Step 2 - Deferred Tax Report Generation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current  Tax items under Selected GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Deferred Taxes under Selected  GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x Reference Rate x sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (tax treatment =&amp;quot;base&amp;quot; only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Deferred&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines**&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [Reporting to Local; Local To Tax - Standard rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x flows value in base corresponding to Closing&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=376</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=376"/>
		<updated>2025-01-16T19:46:20Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current  Tax items under Selected GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Deferred Taxes under Selected  GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and &amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income);&amp;lt;s&amp;gt;Opening correction P&amp;amp;L&amp;lt;/s&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x Reference Rate x sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (tax treatment =&amp;quot;base&amp;quot; only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Deferred&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines**&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [Reporting to Local; Local To Tax - Standard rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x flows value in base corresponding to Closing&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=375</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=375"/>
		<updated>2025-01-16T06:05:29Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&#039;&#039;&#039; &lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income); Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current  Tax items under Selected GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income); Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Deferred Taxes under Selected  GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income); Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&#039;&#039;&#039; &lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x Reference Rate x sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (tax treatment =&amp;quot;base&amp;quot; only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;True-Up P&amp;amp;L = (Final values - Prior year income) ; True-Up P&amp;amp;L - Tax&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Deferred&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines**&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [Reporting to Local; Local To Tax - Standard rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x flows value in base corresponding to Closing&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=374</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=374"/>
		<updated>2025-01-15T13:31:05Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Base&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;If multiple defined, are aggregated for computation&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No, if absent and required by computation, assumed to be 0&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Result Flows&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;DT Report - Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof results&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|&#039;&#039;&#039;Couple (Decimal;ISO 3 Currency Code)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;-&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;No&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current Year&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;YTD cumulated average / Current Year&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&#039;&#039;&#039; &lt;br /&gt;
|Depends on step&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income); Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current  Tax items under Selected GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income); Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Deferred Taxes under Selected  GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income); Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&#039;&#039;&#039;sum of Income; True-Up P&amp;amp;L and Opening correction P&amp;amp;L, depending on contribution level&#039;&#039;&#039; &lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income);Opening correction P&amp;amp;L&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x Reference Rate x sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (tax treatment =&amp;quot;base&amp;quot; only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Deferred&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Prior year  adjustment - Other&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;usual sum of corresponding lines**&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard; Other rate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Change in Tax Rate P&amp;amp;L***&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [Reporting to Local; Local To Tax - Standard rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income) ; Change in tax rate P&amp;amp;L and Opening correction P&amp;amp;L&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x flows value in base corresponding to Closing&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=373</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=373"/>
		<updated>2025-01-15T08:59:51Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Current  Tax items under Selected GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income and True-Up P&amp;amp;L, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - [ Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Current income tax&amp;quot; ]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level Only Uncertain Tax Position&amp;quot;&#039;&#039;&#039; &lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;PBT Impact&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income Tax&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Deferred Taxes under Selected  GAAP&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;sum of Income and True-Up P&amp;amp;L, depending on contribution level&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Depends on step&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income; True-Up P&amp;amp;L = (Final values - Prior year income)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - [Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - for Step=&amp;quot;Local&amp;quot; lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Sub-account = &amp;quot;Level only deferred tax&amp;quot; AND &amp;quot;Reclass of Tax in any (CIR, CVAE, Business Tax…)&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x Reference Rate x sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (tax treatment =&amp;quot;base&amp;quot; only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Change in Tax Rate P&amp;amp;L***&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [Reporting to Local; Local To Tax - Standard rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) and Change in tax rate P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x flows value in base corresponding to Closing&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=372</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=372"/>
		<updated>2025-01-15T08:35:44Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Current income tax&amp;quot;&lt;br /&gt;
|Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - Level 1 = &amp;quot;Income tax (current + deferred) in Local GAAP&amp;quot; &#039;&#039;&#039;MINUS PBT IMPACT Local (Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Current income tax&amp;quot;)&#039;&#039;&#039;&lt;br /&gt;
|Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot; - Level 3 = &amp;quot;Cancellations&amp;quot; AND Sub-account &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot;&lt;br /&gt;
|Level 1 = &amp;quot;Income tax (current + deferred) in Group GAAP&amp;quot; - Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&lt;br /&gt;
|Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - Level 1 = &amp;quot;Income tax (current + deferred) in Local GAAP&amp;quot; &#039;&#039;&#039;MINUS PBT IMPACT Local (Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;)&#039;&#039;&#039;&lt;br /&gt;
|Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot; - Level 3 = &amp;quot;Cancellations&amp;quot; AND Sub-account &amp;quot; CANCELLATION of Deferred Taxes under Reporting GAAP&amp;quot;&lt;br /&gt;
|Level 1 = &amp;quot;Income tax (current + deferred) in Group GAAP&amp;quot; - Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; only)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Tax proof elements&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income transferred to or from the tax Group&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;(-1) x Reference Rate x sum of corresponding lines*&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* &#039;&#039;&#039;Sub-account = &amp;quot;Income transferred to/from the tax Group&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Income (tax treatment =&amp;quot;base&amp;quot; only)&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Standard&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Local&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Reporting to Separate&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Separate to Contribution&#039;&#039;&#039;&lt;br /&gt;
|&#039;&#039;&#039;Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Change in Tax Rate P&amp;amp;L***&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [Reporting to Local; Local To Tax - Standard rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) and Change in tax rate P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x flows value in base corresponding to Closing&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=371</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=371"/>
		<updated>2025-01-06T11:13:34Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Current income tax&amp;quot;&lt;br /&gt;
|Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - Level 1 = &amp;quot;Income tax (current + deferred) in Local GAAP&amp;quot; &#039;&#039;&#039;MINUS PBT IMPACT Local (Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Current income tax&amp;quot;)&#039;&#039;&#039;&lt;br /&gt;
|Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot; - Level 3 = &amp;quot;Cancellations&amp;quot; AND Sub-account &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot;&lt;br /&gt;
|Level 1 = &amp;quot;Income tax (current + deferred) in Group GAAP&amp;quot; - Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&lt;br /&gt;
|Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - Level 1 = &amp;quot;Income tax (current + deferred) in Local GAAP&amp;quot; &#039;&#039;&#039;MINUS PBT IMPACT Local (Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;)&#039;&#039;&#039;&lt;br /&gt;
|Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot; - Level 3 = &amp;quot;Cancellations&amp;quot; AND Sub-account &amp;quot; CANCELLATION of Deferred Taxes under Reporting GAAP&amp;quot;&lt;br /&gt;
|Level 1 = &amp;quot;Income tax (current + deferred) in Group GAAP&amp;quot; - Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary accounted&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax Position Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Change in Tax Rate P&amp;amp;L***&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [Reporting to Local; Local To Tax - Standard rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) and Change in tax rate P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x flows value in base corresponding to Closing&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=370</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=370"/>
		<updated>2024-11-22T13:15:07Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Current income tax&amp;quot;&lt;br /&gt;
|Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - Level 1 = &amp;quot;Income tax (current + deferred) in Local GAAP&amp;quot; &#039;&#039;&#039;MINUS PBT IMPACT Local (Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Current income tax&amp;quot;)&#039;&#039;&#039;&lt;br /&gt;
|Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot; - Level 3 = &amp;quot;Cancellations&amp;quot; AND Sub-account &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot;&lt;br /&gt;
|Level 1 = &amp;quot;Income tax (current + deferred) in Group GAAP&amp;quot; - Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&lt;br /&gt;
|Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - Level 1 = &amp;quot;Income tax (current + deferred) in Local GAAP&amp;quot; &#039;&#039;&#039;MINUS PBT IMPACT Local (Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;)&#039;&#039;&#039;&lt;br /&gt;
|Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot; - Level 3 = &amp;quot;Cancellations&amp;quot; AND Sub-account &amp;quot; CANCELLATION of Deferred Taxes under Reporting GAAP&amp;quot;&lt;br /&gt;
|Level 1 = &amp;quot;Income tax (current + deferred) in Group GAAP&amp;quot; - Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary accounted&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax  Position Deferred Taxes&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Change in Tax Rate P&amp;amp;L***&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [Reporting to Local; Local To Tax - Standard rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) and Change in tax rate P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x flows value in base corresponding to Closing&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=369</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=369"/>
		<updated>2024-11-19T15:25:44Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Current income tax&amp;quot;&lt;br /&gt;
|Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - Level 1 = &amp;quot;Income tax (current + deferred) in Local GAAP&amp;quot; &#039;&#039;&#039;MINUS PBT IMPACT Local (Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Current income tax&amp;quot;)&#039;&#039;&#039;&lt;br /&gt;
|Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot; - Level 3 = &amp;quot;Cancellations&amp;quot; AND Sub-account &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot;&lt;br /&gt;
|Level 1 = &amp;quot;Income tax (current + deferred) in Group GAAP&amp;quot; - Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&lt;br /&gt;
|Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - Level 1 = &amp;quot;Income tax (current + deferred) in Local GAAP&amp;quot; &#039;&#039;&#039;MINUS PBT IMPACT Local (Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;)&#039;&#039;&#039;&lt;br /&gt;
|Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot; - Level 3 = &amp;quot;Cancellations&amp;quot; AND Sub-account &amp;quot; CANCELLATION of Deferred Taxes under Reporting GAAP&amp;quot;&lt;br /&gt;
|Level 1 = &amp;quot;Income tax (current + deferred) in Group GAAP&amp;quot; - Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary accounted&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax  Position Deferred Taxes&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Change in Tax Rate P&amp;amp;L***&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [Reporting to Local; Local To Tax - Standard rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) and Change in tax rate P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x flows value in base corresponding to Closing&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=368</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=368"/>
		<updated>2024-11-08T13:45:31Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Current income tax&amp;quot;&lt;br /&gt;
|Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - Level 1 = &amp;quot;Income tax (current + deferred) in Local GAAP&amp;quot; &#039;&#039;&#039;MINUS PBT IMPACT Local (Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Current income tax&amp;quot;)&#039;&#039;&#039;&lt;br /&gt;
|Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot; - Level 3 = &amp;quot;Cancellations&amp;quot; AND Sub-account &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot;&lt;br /&gt;
|Level 1 = &amp;quot;Income tax (current + deferred) in Group GAAP&amp;quot; - Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&lt;br /&gt;
|Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - Level 1 = &amp;quot;Income tax (current + deferred) in Local GAAP&amp;quot; &#039;&#039;&#039;MINUS PBT IMPACT Local (Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;)&#039;&#039;&#039;&lt;br /&gt;
|Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot; - Level 3 = &amp;quot;Cancellations&amp;quot; AND Sub-account &amp;quot; CANCELLATION of Deferred Taxes under Reporting GAAP&amp;quot;&lt;br /&gt;
|Level 1 = &amp;quot;Income tax (current + deferred) in Group GAAP&amp;quot; - Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary accounted&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax  Position Deferred Taxes&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines**&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Change in Tax Rate P&amp;amp;L***&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [Reporting to Local; Local To Tax - Standard rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) and Change in tax rate P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; the rate to use for these Prior Year Adjustment effect if the one defined for the line in &amp;quot;Tax rate multiplication&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;***&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x flows value in base corresponding to Closing&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=367</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=367"/>
		<updated>2024-11-06T10:58:18Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Current income tax&amp;quot;&lt;br /&gt;
|Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - Level 1 = &amp;quot;Income tax (current + deferred) in Local GAAP&amp;quot; &#039;&#039;&#039;MINUS PBT IMPACT Local (Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Current income tax&amp;quot;)&#039;&#039;&#039;&lt;br /&gt;
|Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot; - Level 3 = &amp;quot;Cancellations&amp;quot; AND Sub-account &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot;&lt;br /&gt;
|Level 1 = &amp;quot;Income tax (current + deferred) in Group GAAP&amp;quot; - Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&lt;br /&gt;
|Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - Level 1 = &amp;quot;Income tax (current + deferred) in Local GAAP&amp;quot; &#039;&#039;&#039;MINUS PBT IMPACT Local (Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;)&#039;&#039;&#039;&lt;br /&gt;
|Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot; - Level 3 = &amp;quot;Cancellations&amp;quot; AND Sub-account &amp;quot; CANCELLATION of Deferred Taxes under Reporting GAAP&amp;quot;&lt;br /&gt;
|Level 1 = &amp;quot;Income tax (current + deferred) in Group GAAP&amp;quot; - Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary accounted&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax  Position Deferred Taxes&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Change in Tax Rate P&amp;amp;L**&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [Reporting to Local; Local To Tax - Standard rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) and Change in tax rate P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x flows value in base corresponding to Closing&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;br /&gt;
Note : the tax rate to use for change in tax rate P&amp;amp;L is the rate defined in &amp;quot;tax rate multiplication&amp;quot;&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=366</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=366"/>
		<updated>2024-11-06T10:23:58Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Current income tax&amp;quot;&lt;br /&gt;
|Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - Level 1 = &amp;quot;Income tax (current + deferred) in Local GAAP&amp;quot; &#039;&#039;&#039;MINUS PBT IMPACT Local (Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Current income tax&amp;quot;)&#039;&#039;&#039;&lt;br /&gt;
|Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot; - Level 3 = &amp;quot;Cancellations&amp;quot; AND Sub-account &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot;&lt;br /&gt;
|Level 1 = &amp;quot;Income tax (current + deferred) in Group GAAP&amp;quot; - Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&lt;br /&gt;
|Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - Level 1 = &amp;quot;Income tax (current + deferred) in Local GAAP&amp;quot; &#039;&#039;&#039;MINUS PBT IMPACT Local (Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;)&#039;&#039;&#039;&lt;br /&gt;
|Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot; - Level 3 = &amp;quot;Cancellations&amp;quot; AND Sub-account &amp;quot; CANCELLATION of Deferred Taxes under Reporting GAAP&amp;quot;&lt;br /&gt;
|Level 1 = &amp;quot;Income tax (current + deferred) in Group GAAP&amp;quot; - Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary accounted&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax  Position Deferred Taxes&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Change in Tax Rate P&amp;amp;L**&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [Reporting to Local; Local To Tax - Standard rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) and Change in tax rate P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x flows value in base corresponding to Closing&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax, the sum of&lt;br /&gt;
** (-1) x change in tax rate OCI&lt;br /&gt;
** Change in tax rate P&amp;amp;L&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=365</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=365"/>
		<updated>2024-11-06T10:18:34Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Format of the result output */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core (for the effect of change in tax rate P&amp;amp;L all contributions are marked core, but for the non-core)&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Current income tax&amp;quot;&lt;br /&gt;
|Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - Level 1 = &amp;quot;Income tax (current + deferred) in Local GAAP&amp;quot; &#039;&#039;&#039;MINUS PBT IMPACT Local (Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Current income tax&amp;quot;)&#039;&#039;&#039;&lt;br /&gt;
|Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot; - Level 3 = &amp;quot;Cancellations&amp;quot; AND Sub-account &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot;&lt;br /&gt;
|Level 1 = &amp;quot;Income tax (current + deferred) in Group GAAP&amp;quot; - Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&lt;br /&gt;
|Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - Level 1 = &amp;quot;Income tax (current + deferred) in Local GAAP&amp;quot; &#039;&#039;&#039;MINUS PBT IMPACT Local (Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;)&#039;&#039;&#039;&lt;br /&gt;
|Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot; - Level 3 = &amp;quot;Cancellations&amp;quot; AND Sub-account &amp;quot; CANCELLATION of Deferred Taxes under Reporting GAAP&amp;quot;&lt;br /&gt;
|Level 1 = &amp;quot;Income tax (current + deferred) in Group GAAP&amp;quot; - Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary accounted&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax  Position Deferred Taxes&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Change in Tax Rate P&amp;amp;L**&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [Reporting to Local; Local To Tax - Standard rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) and Change in tax rate P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x flows value in base corresponding to Closing&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax : Change in tax rate P&amp;amp;L&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=364</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=364"/>
		<updated>2024-11-06T10:08:06Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Current income tax&amp;quot;&lt;br /&gt;
|Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - Level 1 = &amp;quot;Income tax (current + deferred) in Local GAAP&amp;quot; &#039;&#039;&#039;MINUS PBT IMPACT Local (Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Current income tax&amp;quot;)&#039;&#039;&#039;&lt;br /&gt;
|Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot; - Level 3 = &amp;quot;Cancellations&amp;quot; AND Sub-account &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot;&lt;br /&gt;
|Level 1 = &amp;quot;Income tax (current + deferred) in Group GAAP&amp;quot; - Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&lt;br /&gt;
|Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - Level 1 = &amp;quot;Income tax (current + deferred) in Local GAAP&amp;quot; &#039;&#039;&#039;MINUS PBT IMPACT Local (Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;)&#039;&#039;&#039;&lt;br /&gt;
|Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot; - Level 3 = &amp;quot;Cancellations&amp;quot; AND Sub-account &amp;quot; CANCELLATION of Deferred Taxes under Reporting GAAP&amp;quot;&lt;br /&gt;
|Level 1 = &amp;quot;Income tax (current + deferred) in Group GAAP&amp;quot; - Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary accounted&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax  Position Deferred Taxes&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Change in Tax Rate P&amp;amp;L**&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [Reporting to Local; Local To Tax - Standard rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) and Change in tax rate P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x flows value in base corresponding to Closing&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax : Change in tax rate P&amp;amp;L&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=363</id>
		<title>Tax accounting algorithm</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Tax_accounting_algorithm&amp;diff=363"/>
		<updated>2024-11-06T10:06:02Z</updated>

		<summary type="html">&lt;p&gt;Walid ELJAAFARI: /* Tax proof elements computation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
=== Context ===&lt;br /&gt;
Welcome to the OpenSource Tax accounting Algorithm with Tax Impact Computation wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to compute and prepare the tax proof and the deffered tax report.&lt;br /&gt;
&lt;br /&gt;
=== Objectives ===&lt;br /&gt;
The objective of this algorithm is to perform tax accounting computations on a dataset from a company, produce the tax proof and/or the deferred tax report. This algorithm allows to run the computation on an arbitrary data structure through the use of labelling systems and gives back the result at the requested level of segmentation.&lt;br /&gt;
&lt;br /&gt;
=== Feature Overview ===&lt;br /&gt;
The algorithm will present the following features:&lt;br /&gt;
&lt;br /&gt;
* Computation of the tax impact of the temporary differences, per flow;&lt;br /&gt;
* Inclusion of Tax losses and tax credits in the computation, with detail;&lt;br /&gt;
* Management of Core and Non-core analysis;&lt;br /&gt;
* Variable number of Reconciliation steps with configurable origin of the reconciliation;&lt;br /&gt;
* Central management of tax rates;&lt;br /&gt;
* Availability of a distinct reduced rate basked;&lt;br /&gt;
* Compatibility with the Pillar 2 computation;&lt;br /&gt;
* Generation of the Tax proof component;&lt;br /&gt;
* Generation of the Deferred Tax Report;&lt;br /&gt;
* Automated checks and controls for the different computations.&lt;br /&gt;
&lt;br /&gt;
== General logic of the algorithm ==&lt;br /&gt;
The tax accounting algorithm is a simple tool that can be used to compute elements of the tax reporting based on the data collected during the Tax accounting process.&lt;br /&gt;
&lt;br /&gt;
The concept is rather simple : for each reconciliation steps between accounting norms within the groups, the differences are collected by steps, categories, type, nature and flows. This allows to identify the deferred taxes, and to compute the current tax charges as well as the different tax proof elements.&lt;br /&gt;
&lt;br /&gt;
For the following computation the most complex step is to gather the data and map it to the right segmentations, more than the actual computations in themselves.&lt;br /&gt;
&lt;br /&gt;
== Development Program ==&lt;br /&gt;
The Tax accounting algorithm presented in this page is an ongoing work and its documentation on this wiki is also a work in progress. It is by no means complete and definitive, and changes will occur in the upcoming weeks and months.&lt;br /&gt;
&lt;br /&gt;
Both GitHub and MediaWiki are amazing tools to manage collaborative work and track the progress and modifications that happen with time.&lt;br /&gt;
&lt;br /&gt;
The detailed to-do list is presented [[Tax accounting algorithm development program]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
&lt;br /&gt;
=== Structure overview ===&lt;br /&gt;
&lt;br /&gt;
=== Algonomia API Framework ===&lt;br /&gt;
The Tax Accounting 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 Tax Accounting Algorithm using this framework.&lt;br /&gt;
&lt;br /&gt;
=== Input ===&lt;br /&gt;
The input data follows the usual division required by the [[Algonomia API Framework]] : Data, Rules, Other.&lt;br /&gt;
&lt;br /&gt;
==== Data ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Data&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Data Points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Tax treatment&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|N.a.&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Free Account segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|N.a.&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Base&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Opening Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Annual Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Manual Tax rates&lt;br /&gt;
|Closing Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|Rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|No, if required but absent, computation is aborted&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Opening&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|True-Up P&amp;amp;L - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate P&amp;amp;L&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Change in tax rate OCI&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|CTA&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|-&lt;br /&gt;
|Flows&lt;br /&gt;
|Closing&lt;br /&gt;
|&lt;br /&gt;
|Tax&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
|If multiple defined, are aggregated for computation&lt;br /&gt;
|No, if absent and required by computation, assumed to be 0&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Complete data structure&lt;br /&gt;
|Level 1&lt;br /&gt;
|Level 2&lt;br /&gt;
|Level 3&lt;br /&gt;
|Level 4&lt;br /&gt;
|Level 5&lt;br /&gt;
|Alternate 1&lt;br /&gt;
|Alternate 2&lt;br /&gt;
|Type of differences&lt;br /&gt;
|Primary account&lt;br /&gt;
|Sub-account&lt;br /&gt;
|Expiration&lt;br /&gt;
|Basket&lt;br /&gt;
|Step&lt;br /&gt;
|Nature&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|Sign&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result  before Tax&lt;br /&gt;
|Separate   GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Reporting level Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Separate  GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|Net equity under Separate GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Group GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Group  GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Group GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Net equity from financial reporting&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION of Current Tax items and Uncertain Tax Positions under  Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Reporting Result before Tax&lt;br /&gt;
|Cancellations&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|CIT Cancellations&lt;br /&gt;
|CANCELLATION OF Income tax (current + deferred) in reporting&lt;br /&gt;
|CANCELLATION OF Deferred Taxes under Reporting GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Income tax&lt;br /&gt;
|Income tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Level only deferred tax &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Reclass of Tax in any (CIR, CVAE, Business Tax…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Level Only Uncertain Tax Position &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Deferred income tax&lt;br /&gt;
|Cancellation of Reporting Deferred Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Income tax (current + deferred) in Local  GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Income tax (current + deferred) in Local GAAP&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity under Local GAAP&lt;br /&gt;
|N.a.&lt;br /&gt;
|Adjustments on income taxes&lt;br /&gt;
|Current income tax&lt;br /&gt;
|Cancellation of Uncertain Tax Position in Reporting&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2 &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income &lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Ordinary tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Ordinary Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Other tax losses&lt;br /&gt;
|Unlimited&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|x current tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses having expired unused&lt;br /&gt;
|Expired&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Of which losses generated previous tax group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Tax losses to carry-forward&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Other Tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+1&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+2&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+3&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits &lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+4&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in Y+5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|Expiring in over Y+ 5&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Deferred Tax on Tax credits &lt;br /&gt;
|Unlimited&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Tax credits&lt;br /&gt;
|Unrecognition of DTA&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and Tax credits&lt;br /&gt;
|Unrecognition of DTA on Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Local GAAP Result before Tax&lt;br /&gt;
|Income before tax - Separate basket&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|Net equity&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Goodwill&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Patents / licenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Capitalized R&amp;amp;D&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Upfront &amp;amp; Milestone&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Intangible assets&lt;br /&gt;
|Other intangible temp. diff.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|Property Plant &amp;amp; equipments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Tangible assets&lt;br /&gt;
|IFRS 16 - lease assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Inventory&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Foreign Exchange impact (Provision, Unrealized…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Working capital&lt;br /&gt;
|Doubtful receivable allowances&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Pension&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|LTI / Share based payments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Restructuring / contingencies&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Reserves Employees&lt;br /&gt;
|Other Employee expenses (Bonus, Commission, Vacation...)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Accrual items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Other Temporary Differences&lt;br /&gt;
|Other temporary differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Financial Interest (Thin-cap…) - temp.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|IFRS 16 - lease financial debts&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Temporary differences&lt;br /&gt;
|Temporary Financial items&lt;br /&gt;
|Other Financial assets&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|x relevant deferred tax rate&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Reclassification Acounting or Tax&lt;br /&gt;
|R&amp;amp;D Tax Credit (in COI, to reclass)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|Non Deductible Goodwill Amortization &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|LTI / Share based payment - IFRS 2&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Cars expenses (limitation of depreciation, tax, fuel…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|Meals and entertainment &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Pharmaceutical taxes &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|Other taxes&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Tax incentives (Free Trade Zone, Subsidies…)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Sponsorship expenses &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Taxable result at reduced rate (eg. IP Box regime) &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Fines_and_penalties&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Other permanent differences&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Non deductible tax reserves&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|Permanent Establishment/ Branch result&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Dividends Received (100%)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Taxable portion of Dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non deductible financial interests - perm.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Impairment of shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Gain or loss on shares disposal&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Non taxable capital gains on participation shares&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Flow through entity transfer to parent&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Gross Taxable income&lt;br /&gt;
|Temporary &amp;amp; permanent adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|Other Financial items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Income transferred to/from the tax Group&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Net Taxable income - Other rate&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Other adjustment&lt;br /&gt;
|Change in tax losses&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Base&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP2 - DT on UTP Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP1 - DT on UTP Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Negative&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Uncertain Tax Position Deferred Tax Adjustments&lt;br /&gt;
|UTP3 - DT on UTP DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT2 - Other DT Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT1 - Other DT Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT3 - Other DT Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT4 - Other DT Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|ODT5 - Other DT Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT2 - Depreciation of DTA Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT1 - Depreciation of DTA Contribution Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT3 - Depreciation of DTA Reporting Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT4 - Depreciation of DTA Local Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in package&lt;br /&gt;
|IDAT5 - Depreciation of DTA Local Level Other rate&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS2 - Depreciation of NOLS Separate Level &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA on NOLS&lt;br /&gt;
|IDANOLS1 - Depreciation of NOLS Contribution Level&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Other rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT &lt;br /&gt;
|N.a.&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other Rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Income Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from discontinued activities &lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Current Tax charge before Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|Computed Current CIT&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Local to Tax - Standard rate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|-&lt;br /&gt;
|Current Tax Charge&lt;br /&gt;
|Current Tax Charge - Standard rate&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|N.a.&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax_contingencies (UTP)&lt;br /&gt;
|N.a.&lt;br /&gt;
|Standard&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Tax&lt;br /&gt;
|N.a.&lt;br /&gt;
|Positive&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Rules ====&lt;br /&gt;
The following tables presents the data points allowed as &amp;quot;Rules&amp;quot; :&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Input Rules data points&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|DTX Rule segmentation&lt;br /&gt;
|Allows to define the segmentation level of the Rule component to be retrieved&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;ATP Rule segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Consolidation Tax Rate&lt;br /&gt;
|Input of the group&#039;s consolidation tax rate&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Deferred Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s deferred tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Opening&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Current Year&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Standard CIT rate - Closing&lt;br /&gt;
|Input of the applicable national tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Opening&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Opening flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate rate - Current Year&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Current year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Current Reduced rate CIT rate - Closing&lt;br /&gt;
|Input of the applicable separate tax rate affecting the entity&#039;s local tax computation, for the Closing year flows&lt;br /&gt;
|percentage&lt;br /&gt;
|Only one value is acceptable for a given segment of the analysis, see Rule mapping&lt;br /&gt;
|Yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Other ====&lt;br /&gt;
&lt;br /&gt;
=== Output ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax computations&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched entity segmentation&lt;br /&gt;
|&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
|Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|-&lt;br /&gt;
|Matching&lt;br /&gt;
|Matched Data segmentation segmentation&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Current Year&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|National taxation&lt;br /&gt;
|DTX Computed CIT rate - Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Other rate&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Prior Year Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Final Values - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Net Taxable Income - Income - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Prior Year Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Final Values - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Current CIT - Income - non core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|-&lt;br /&gt;
|Computation result&lt;br /&gt;
|DTX - Computed Check&lt;br /&gt;
|&lt;br /&gt;
|Boolean : True; False&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Deferred Tax Report&lt;br /&gt;
!Role&lt;br /&gt;
!Label&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 1&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 2&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 3&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 4&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Level 5&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available DTX referencing tree levels&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|DTX Free Account segmentation&lt;br /&gt;
|Arbitrary segmentation level to preserve&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Type of difference&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Primary account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Primary account&amp;quot; for the selected &amp;quot;Type of differences&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sub-account&lt;br /&gt;
|&lt;br /&gt;
|Enum : from the list of available &amp;quot;Sub-account&amp;quot; for the selected &amp;quot;Primary accounts&amp;quot;&lt;br /&gt;
| Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Nature&lt;br /&gt;
|&lt;br /&gt;
|Enum : Base; Tax&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Step&lt;br /&gt;
|&lt;br /&gt;
|Enum : Reporting to Separate; Separate to Contribution; Reporting to Local; Local To Tax; Tax losses and Tax credits; Local to Tax - Separate Basket&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Sign&lt;br /&gt;
|&lt;br /&gt;
|Enum : Positive; Negative&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Expiration&lt;br /&gt;
|&lt;br /&gt;
|Enum : Expiring in Y+0-&amp;gt;5 (6 items); Expiring in over Y+ 5; Unlimited; Expired; N.a.&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Basket&lt;br /&gt;
|&lt;br /&gt;
|Enum : Standard; Reduced rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Data segmentation&lt;br /&gt;
|Tax rate multiplication&lt;br /&gt;
|&lt;br /&gt;
|Enum: deferred rate; current rate&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Opening&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter entry&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in consolidation method&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in accounting policy&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Dividends paid&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - True-up P&amp;amp;L -non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Income input - non-core&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - OCI&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Change in tax rate OCI (only for tax)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - In year change in scope&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Reclass and Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Perimeter exit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - CTA&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Result Flows&lt;br /&gt;
|DT Report - Closing&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof&lt;br /&gt;
!Role&lt;br /&gt;
!Tax proof category 1&lt;br /&gt;
!Tax proof category 2&lt;br /&gt;
!Tax proof category 3&lt;br /&gt;
!Definition&lt;br /&gt;
!Typing&lt;br /&gt;
!Multiplicity behavior&lt;br /&gt;
!Mandatory&lt;br /&gt;
!Additional parameter&lt;br /&gt;
|-&lt;br /&gt;
|Result Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|DTX Entity segmentation&lt;br /&gt;
|Allows to define the segmentation of the data input that corresponds to the base aggregation level for the entity involved in the Tax accounting computation&lt;br /&gt;
|Couple (String; Integer)&lt;br /&gt;
| Several Values can be defined as &amp;quot;DTX Entity segmentation&amp;quot;, but the Integer has to be unique among the set&lt;br /&gt;
|No, if absent data are aggregated by the algorithm at the defined level&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Contribution level&lt;br /&gt;
|Contribution level&lt;br /&gt;
|&lt;br /&gt;
|Enum : Local; Reporting; Separate; Contribution&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Tax proof components&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|Core vs Non-core&lt;br /&gt;
|&lt;br /&gt;
|Enum : Core; Non-core&lt;br /&gt;
|Forbidden&lt;br /&gt;
|No, if absent data are aggregated &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |No, if neither OR both tagged =&amp;gt; Reference rate as Group&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof version&lt;br /&gt;
|Reference rate definition&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|Reference rate as Local&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
|Forbidden&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|Reference Tax Rate&lt;br /&gt;
|&lt;br /&gt;
|percentage&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent  differences&lt;br /&gt;
|Reclassification  Accounting or Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Intangible and Tangible assets&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Employees&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Non Deductible taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Other Permanent Differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|Permanent Financial items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current  income tax items&lt;br /&gt;
|Effect of tax group  Income Tax&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Effect of tax group Tax Credit&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Permanent Establishment/ Branch taxation&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Prior year Adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Other Current Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax computation adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Variation of reserves for Tax  contingencies (UTP)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Tax reassessment&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on royalties &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on interest&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes on received dividends&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Withholding taxes - Other&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Adjustment of current income tax from  discontinued activities &lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|Domestic Top up Tax (Pillar II)&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|Expired losses  unused - GROSS EFFECT&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|Prior year adjustment - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|Prior year adjustment - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|Reduce rate - Current&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|Reduce rate - Deferred&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|Change in DTA Tax credits&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|Effect of change in tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|Effect of difference between current and  deferred tax rate&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|Calculated Tax  Charge&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|Unexplained  differences&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta  in Tax&lt;br /&gt;
|Current  Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof results&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
|&lt;br /&gt;
|Couple (Decimal;ISO 3 Currency Code)&lt;br /&gt;
| -&lt;br /&gt;
|No&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computational steps ==&lt;br /&gt;
In the following computational steps, it will be assumed that the user of the algorithm has provided a sufficient data segmentation for the computation, by respecting the &amp;quot;mandatory&amp;quot; components of the data input and has requested the output according to a compatible segmentation.&lt;br /&gt;
&lt;br /&gt;
Please note that the entire computation will be retrievable with the associated exchange rate for the various flows :&lt;br /&gt;
&lt;br /&gt;
* Prior Year Income : Opening&lt;br /&gt;
* Final Values : Opening&lt;br /&gt;
* Income : Year to date cumulated average (current)&lt;br /&gt;
&lt;br /&gt;
==== Step 1 - Current Tax Charge Computation ====&lt;br /&gt;
&lt;br /&gt;
===== Step 1.1. Computation of Net Taxable Income =====&lt;br /&gt;
At this stage the purpose is to aggregate the computation of the differences in order to compute the net taxable income both in the standard and Other rate baskets.&lt;br /&gt;
&lt;br /&gt;
We therefore start with a Matrix with the following features:&lt;br /&gt;
&lt;br /&gt;
* ID columns identifying the entity/tax payer (it is an arbitrary level of segmentation)&lt;br /&gt;
* Segmentation levels and characterization : &lt;br /&gt;
** Level 1 : Net Taxable income (Net Taxable income - Other rate)&lt;br /&gt;
** Step : Reporting to Local OR Local to Tax (Local to Tax - Other rate, only)&lt;br /&gt;
* Flow values with tax treatment=&amp;quot;flow&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Per ID segmentation, the 12 following values for the corresponding flows need to be formed by aggregating all lines corresponding to the selection:&lt;br /&gt;
&lt;br /&gt;
* Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
&lt;br /&gt;
===== Step 1.2. Computation of the Current Tax Charge for each basket =====&lt;br /&gt;
At this stage and per ID segmentation and for each fields &amp;quot;Core&amp;quot; and &amp;quot;Non-core&amp;quot; values are aggregated to form the following values :&lt;br /&gt;
&lt;br /&gt;
*Net Taxable income - Standard rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
* Net Taxable income - Other rate :&lt;br /&gt;
** Prior Year Income&lt;br /&gt;
** Final Values&lt;br /&gt;
** Income&lt;br /&gt;
&lt;br /&gt;
Next using the ID segmentation and the matched rules, the appropriate current year Tax Rate is identified for each basket : Standard and Other rate.&lt;br /&gt;
&lt;br /&gt;
Finally the Output values the 6 values are multiplied &amp;lt;u&amp;gt;if postive only&amp;lt;/u&amp;gt; by minus one (-1) and by the relevant tax rate for their baske to form the following 6 values :&lt;br /&gt;
&lt;br /&gt;
*Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income (Use Opening - Current Tax Rate)&lt;br /&gt;
** Final Values (Use Opening - Current Tax Rate)&lt;br /&gt;
** Income (Use Current - Current Tax Rate)&lt;br /&gt;
&lt;br /&gt;
==== Step 1.3. Split between Core and Non-core ====&lt;br /&gt;
For the last computation stage, the goal is to split the contribution to the core and non-core component using the following formula&lt;br /&gt;
&lt;br /&gt;
Current Tax Charge - Standard Rate (Other rate) for Item - core (non-core)= &lt;br /&gt;
&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) ≤0 =&amp;gt; 0&lt;br /&gt;
* if Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) &amp;gt;0 =&amp;gt;  Net Taxable income - Standard rate (Other rate) for Item - core (non-core) / Net Taxable income - Standard rate (Other rate) for Item TOTAL (core + non-core) x Current Tax Charge - Standard Rate (Other rate) for Item TOTAL (from Step 1.2.)&lt;br /&gt;
This allows to form per item and per basket the following 12 values&lt;br /&gt;
* Current Tax Charge - Standard Rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
* Current Tax charge - Other rate :&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
===== Step 1.4. Further controls =====&lt;br /&gt;
In order to facilitate the coherence analysis of the collected data the following computations are also realized:&lt;br /&gt;
&lt;br /&gt;
====== Checks 1 to 4 : Coherence of the Use of tax losses: ======&lt;br /&gt;
&#039;&#039;&#039;Change in Tax Losses Value check&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following values are generated for each basket :&lt;br /&gt;
&lt;br /&gt;
For the Net Taxable Income - Standard rate / and Other rate respectively, :&lt;br /&gt;
&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Ordinary tax losses&amp;quot; (&amp;quot;Other tax loses&amp;quot;, respectively) in the Sub-account =&amp;gt; A&lt;br /&gt;
* aggregation of the values marked as &amp;quot;Other adjustments&amp;quot; and &amp;quot;Change in Tax losses&amp;quot; in the &amp;quot;Primary account&amp;quot; and &amp;quot;Sub-account respectively&amp;quot; for the given basket =&amp;gt; B&lt;br /&gt;
* generate the absolute relative delta value as : =IF(|A+B|&amp;gt;0;2 x |A-B|/|A+B|;&amp;quot;n.a.&amp;quot;) for the following flows&lt;br /&gt;
** Prior Year Income - core&lt;br /&gt;
** Prior Year Income - non-core&lt;br /&gt;
** Final Values - core&lt;br /&gt;
** Final Values - non-core&lt;br /&gt;
** Income - core&lt;br /&gt;
** Income - non-core&lt;br /&gt;
These are generated as additionnal lines of the matrix according to the complete data structure element for Check 1 in the related flows.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coherence checks (under construction)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following checks are computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
&lt;br /&gt;
* Check 2 : Link between sign of &amp;quot;Gross Taxable Income&amp;quot; and &amp;quot;Change in Tax Losses&amp;quot;&lt;br /&gt;
** OK if&lt;br /&gt;
*** for total income flow for the aggregated lines of &lt;br /&gt;
* Check 3 : Link between sign of &amp;quot;Net Taxable Income&amp;quot; and &amp;quot;Use of tax losses&amp;quot; Income flow&lt;br /&gt;
* Check 4 : Link between Change of Tax Losses Income flow of Use of tax losses and expiration&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
====== Check 5: Coherence of the Tax credits ======&lt;br /&gt;
The following checks is computed per basket, for the sum of flows income core and non core :&lt;br /&gt;
* Check 5 : Link between &amp;quot;Effect of taxes not based on income&amp;quot; Tax credits and Income flow of tax credits&lt;br /&gt;
These checks are generated as additionnal in additional lines in the complete data structure in a dedicated output flow &amp;quot;Check N&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Step 2 - Deferred Tax Report Generation ====&lt;br /&gt;
The Deferred Tax report gathers all the entry data-points for the different flows for tax treatments &amp;quot;base&amp;quot; and &amp;quot;tax&amp;quot; for all the lines that play a role in the the Deferred tax proceess.&lt;br /&gt;
&lt;br /&gt;
The lines to be treated are the following :&lt;br /&gt;
&lt;br /&gt;
* Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Tax losses and Tax credits&amp;quot; AND Sub-account =&lt;br /&gt;
** &amp;quot;Ordinary tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Other tax losses&amp;quot;&lt;br /&gt;
** &amp;quot;Deferred Tax on Tax credits&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
* Type of difference = &amp;quot;Unrecognized DTA&amp;quot;&lt;br /&gt;
&lt;br /&gt;
for each line the Result flow value is computed as follows : the sum of&lt;br /&gt;
*its flow value in base (Tax treatment = &amp;quot;base&amp;quot; for the flow)&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a. or&lt;br /&gt;
**if the line&#039;s Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value, excepted for Change in tax rate OCI (only for tax) that needs to be mulitplied by sign&lt;br /&gt;
*its flow value in tax (Tax treatment = &amp;quot;tax&amp;quot; for the flow)&lt;br /&gt;
Please note the following correspondance between Input flows with Tax treatment = &amp;quot;base&amp;quot; and Tax rate periods, to be matched according to the basket&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&lt;br /&gt;
!Flow&lt;br /&gt;
!Period tax Rate&lt;br /&gt;
!Type of exchange rate to use&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Prior year Income - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Final Values - non-core&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter entry&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in consolidation method&lt;br /&gt;
|Opening&lt;br /&gt;
|Opening&lt;br /&gt;
|-&lt;br /&gt;
|Change in accounting policy&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Dividends paid&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|True-up - non-core (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Income - non-core&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate P&amp;amp;L (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|OCI&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Change in tax rate OCI (only for tax)&lt;br /&gt;
|N.a.&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|In year change in scope&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Reclass and Other&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Perimeter exit&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|-&lt;br /&gt;
|CTA&lt;br /&gt;
|Current Year&lt;br /&gt;
|YTD cumulated average / Current Year&lt;br /&gt;
|-&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|Closing&lt;br /&gt;
|}&lt;br /&gt;
Some of the Result flows do not have a version for which tax treatment = &amp;quot;base&amp;quot;, but still require to be computed as a formula of available values to generate the tax treatment = &amp;quot;base&amp;quot; of their definition.&lt;br /&gt;
&lt;br /&gt;
These are :&lt;br /&gt;
&lt;br /&gt;
* True-Up P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be generate with the tax treatment =&amp;quot;flow&amp;quot; values from Prior year Income and Final values flows as follows :&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - core = Final Values - core - Prior year Income - core&lt;br /&gt;
** True-Up P&amp;amp;L &amp;quot;flow&amp;quot; - non-core = Final Values - non-core - Prior year Income - non-core&lt;br /&gt;
=&amp;gt; of course this will have to be multplied by the right rate and added to the corresponding tax treatment = &amp;quot;tax&amp;quot;&lt;br /&gt;
* Change in tax rate P&amp;amp;L (tax treatment = &amp;quot;base&amp;quot;) =&amp;gt; to be computed at the very end, after multiplication by the corresponding rates and signs, as the difference between (with Prior Year Income and Final Values replaced by the computed True-Up P&amp;amp;L &amp;quot;base&amp;quot;)&lt;br /&gt;
** the computed Result Closing flow as described above for tax treatment =&amp;quot;base&amp;quot;,&lt;br /&gt;
** and the sum of all the result flows beside &amp;quot;Closing&amp;quot; for tax treatment =&amp;quot;base&amp;quot;&lt;br /&gt;
=&amp;gt; the objective is to generate the Change in tax rate P&amp;amp;L value with this formula for the tax treatment =&amp;quot;base&amp;quot; flows of the various line, to then add it to the directly input Change in tax rate P&amp;amp;L value with tax treatment=&amp;quot;tax&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Step 3 - Tax proof computation ====&lt;br /&gt;
The tax proof generation is focused on the analysis of the True P&amp;amp;L and Incomes flows to justify and detail the differences between the Nominal Tax rate of the Group and the Actual Income Tax.&lt;br /&gt;
&lt;br /&gt;
===== Format of the result output =====&lt;br /&gt;
The output format is a new independant table constructed as follows:&lt;br /&gt;
&lt;br /&gt;
* the entity ID segmentation&lt;br /&gt;
* the tax proof contribution level&lt;br /&gt;
** Local :   Reporting to Local; Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate&lt;br /&gt;
** Reporting: Reporting to Local;&lt;br /&gt;
** Separate: Reporting to Separate;&lt;br /&gt;
** Contribution: Separate to Contribution;&lt;br /&gt;
* the core - non-core contribution level : Core; Non-Core&lt;br /&gt;
&lt;br /&gt;
* the Reference Rate : defined by the presence of either&lt;br /&gt;
**Reference Rate as Group&lt;br /&gt;
** Reference Rate as Local&lt;br /&gt;
** if neither is tagged Reference Rate as Group is selected by default&lt;br /&gt;
&lt;br /&gt;
* The different Tax proof values as independant retrievable fields&lt;br /&gt;
&lt;br /&gt;
see Output section&lt;br /&gt;
&lt;br /&gt;
Please note that the return exchange rate for data processed in local currency will be Year to date cumulated average (or current year).&lt;br /&gt;
&lt;br /&gt;
===== Construction of the tax proof result =====&lt;br /&gt;
It will be possible to retrievel any of the combination of values of the followin table by selecting or restricting the algorithms output:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+Combination of options for tax proof generation&lt;br /&gt;
!&amp;quot;Core vs Non-core&amp;quot;\&amp;quot;Contribution level&amp;quot;&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Total&lt;br /&gt;
|-&lt;br /&gt;
|Core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Non-core&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|individual output&lt;br /&gt;
|sum&lt;br /&gt;
|-&lt;br /&gt;
|Total&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|sum&lt;br /&gt;
|total sum&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===== Tax proof elements computation =====&lt;br /&gt;
The following table lists the different tax proof level values and the formula associated with each result flow.&lt;br /&gt;
{| class=&amp;quot;wikitable sortable mw-collapsible mw-collapsed&amp;quot;&lt;br /&gt;
|+Tax proof level computations&lt;br /&gt;
!DTX Tax proof level 1&lt;br /&gt;
!DTX Tax proof level 2&lt;br /&gt;
!DTX Tax proof level 3&lt;br /&gt;
!Basic Formula&lt;br /&gt;
!Type of difference selection&lt;br /&gt;
!Flows to take into account&lt;br /&gt;
!Baskets&lt;br /&gt;
!Local&lt;br /&gt;
!Reporting&lt;br /&gt;
!Separate&lt;br /&gt;
!Contribution&lt;br /&gt;
!Core vs Non Core&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|Net Profit After Tax&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot;&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Local GAAP&amp;quot; - Level 5 = &amp;quot;Net equity from financial reporting&amp;quot;&lt;br /&gt;
|Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot; - Level 4 = Net equity from financial reporting&lt;br /&gt;
|Alternate 1 = &amp;quot;Net equity under Group GAAP&amp;quot; - Alternate 2 = &amp;quot;Net equity under Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Current  Tax items under Selected GAAP&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Current income tax&amp;quot;&lt;br /&gt;
|Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account= &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - Level 1 = &amp;quot;Income tax (current + deferred) in Local GAAP&amp;quot; &#039;&#039;&#039;MINUS PBT IMPACT Local (Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Current income tax&amp;quot;)&#039;&#039;&#039;&lt;br /&gt;
|Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot; - Level 3 = &amp;quot;Cancellations&amp;quot; AND Sub-account &amp;quot; CANCELLATION of Current Tax items and Uncertain Tax Positions under Reporting GAAP&amp;quot;&lt;br /&gt;
|Level 1 = &amp;quot;Income tax (current + deferred) in Group GAAP&amp;quot; - Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Income Tax&lt;br /&gt;
|Deferred Taxes under Selected  GAAP&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;&lt;br /&gt;
|Level 4 = &amp;quot;Cancellations&amp;quot; AND Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - Level 1 = &amp;quot;Income tax (current + deferred) in Local GAAP&amp;quot; &#039;&#039;&#039;MINUS PBT IMPACT Local (Step =&amp;quot;Reporting to Local&amp;quot; AND ( + lines with Sub-account=&amp;quot;CANCELLATION OF Deferred Taxes under Reporting GAAP&amp;quot; - lines with Primary Account =&amp;quot;Deferred income tax&amp;quot;)&#039;&#039;&#039;&lt;br /&gt;
|Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot; - Level 3 = &amp;quot;Cancellations&amp;quot; AND Sub-account &amp;quot; CANCELLATION of Deferred Taxes under Reporting GAAP&amp;quot;&lt;br /&gt;
|Level 1 = &amp;quot;Income tax (current + deferred) in Group GAAP&amp;quot; - Level 2 = &amp;quot;Income tax (current + deferred) in Separate GAAP&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|PBT Impact&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|Profit Before Tax&lt;br /&gt;
|sum of Income and True-Up P&amp;amp;L, depending on contribution level&lt;br /&gt;
|Depends on step&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard&lt;br /&gt;
|level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 4 = &amp;quot;Reporting Result before Tax&amp;quot; - level 3 = &amp;quot;Local GAAP Result before Tax&amp;quot;&lt;br /&gt;
|level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot; - level 3 = &amp;quot;Reporting Result before Tax&amp;quot;&lt;br /&gt;
|level 1=&amp;quot;Group GAAP Result before Tax&amp;quot; - level 2=&amp;quot;Separate GAAP Result before Tax&amp;quot;&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;s&amp;gt;PBT Impact&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
|&amp;lt;s&amp;gt;Profit Before Tax&amp;lt;/s&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;s&amp;gt;= Net Profit After Tax - &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;Income Tax, per Contribution level&amp;lt;/s&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
|Local Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Current Standard CIT rate - Current Year &amp;lt;u&amp;gt;Basket = &amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
|Group Tax Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |DTX Consolidation Tax Rate &amp;lt;u&amp;gt;Basket =&amp;quot;Standard&amp;quot;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Rates&lt;br /&gt;
|Reference Rate&lt;br /&gt;
|Reference Rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&lt;br /&gt;
* Reference Rate = Group =&amp;gt; Group tax Rate&lt;br /&gt;
* Reference rate = Local =&amp;gt; Current Annual Tax rate&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Taxation&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Theoritical Tax&amp;lt;/u&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |&amp;lt;u&amp;gt;Reference Rate x PBT x (-1), per Contribution level&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Taxation&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
|Impact of difference between Group and local tax rate&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |Theoritical Tax + Local Tax Rate x PBT, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Permanent differences&lt;br /&gt;
|For every possible values of Primary Account for Permanent differences in &amp;quot;type of differences&amp;quot;&lt;br /&gt;
|(-1) x Reference Rate x aggregation of permanent difference lines per primary account x sign&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;permanent differences&amp;quot;&lt;br /&gt;
* Per &amp;quot;Primary accounted&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Other Current income tax items&lt;br /&gt;
|For every possible values of Sub-account for Other Current income tax items in &amp;quot;Primary account&amp;quot;&lt;br /&gt;
|aggregation of Other Current income tax items lines per Sub-account&lt;br /&gt;
|&lt;br /&gt;
* Type of difference = &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
* Per &amp;quot;sub-account&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Local To Tax - Standard rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognized DTA in  package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognized DTA in  package&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Unrecognized  DTA&lt;br /&gt;
|Unrecognition of DTA on Tax losses and  Tax credits&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Unrecognition of DTA on Tax losses and  Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax  Adjustments&lt;br /&gt;
|Uncertain Tax  Position Deferred Taxes&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Uncertain Tax  Position Deferred Taxes&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Direct Deferred Tax Adjustments&lt;br /&gt;
|Other deferred tax adjustments&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Primary account = &amp;quot;Other deferred tax adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Expired  losses unused - GROSS EFFECT&lt;br /&gt;
|Sum of lines for base flows x DTX Current (Standard/Other rate respectively) CIT rate - Opening&lt;br /&gt;
|Sub-account = &amp;quot;Of which losses having expired unused&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|Prior year  adjustment - Current&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; &amp;lt;s&amp;gt;Other rate&amp;lt;/s&amp;gt;&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|Prior year  adjustment - Deferred&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,  &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Current&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Other rate&lt;br /&gt;
|Local to Tax - Other rate&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Other rate - Deferred&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Other rate&lt;br /&gt;
|Step = [ Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;u&amp;gt;Tax proof elements&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|&amp;lt;u&amp;gt;Change in DTA Tax credits&amp;lt;/u&amp;gt;&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|&amp;quot;Primary accounts&amp;quot; = &amp;quot;Tax credits&amp;quot;&lt;br /&gt;
|Income&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Tax losses and Tax credits&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|n.a.&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|Effect of  change in tax rate&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;, &amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;Change in Tax Rate P&amp;amp;L**&#039;&#039;&#039;&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Core&lt;br /&gt;
|-&lt;br /&gt;
|Tax proof elements&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Effect of  difference between current and deferred tax rate&lt;br /&gt;
|Sum of corresponding lines  x (Deferred Tax Rate - Current Annual Tax Rate)&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;&lt;br /&gt;
|Income (tax treatment =&amp;quot;base&amp;quot; onmly)&lt;br /&gt;
|Standard&lt;br /&gt;
|Step = [Reporting to Local; Local To Tax - Standard rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
|Calculated Tax Charge&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |=Theoritical Tax + somme of tax proof elements, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Current Tax items from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Computed Current CIT&amp;quot; (from Step 1) OR &amp;quot;Other Current income tax items&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income)&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|n.a.&lt;br /&gt;
|Reporting to Separate (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Separate to Contribution (only for &amp;quot;Variation of reserves for Tax contingencies (UTP)&amp;quot;)&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot;  vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Income Tax from tax package&lt;br /&gt;
|Income tax&lt;br /&gt;
|Deferred Taxes from tax package&lt;br /&gt;
|usual sum of corresponding lines*&lt;br /&gt;
|Type of difference = &amp;quot;Temporary differences&amp;quot;,&amp;quot;Tax losses and Tax credits&amp;quot;, &amp;quot;Unrecognized DTA&amp;quot;, &amp;quot;Direct Deferred Tax Adjustments&amp;quot;&lt;br /&gt;
|Income; True-Up P&amp;amp;L = (Final values - Prior year income) and Change in tax rate P&amp;amp;L&lt;br /&gt;
|Standard; Other rate&lt;br /&gt;
|Step = [ Local To Tax - Standard rate; Tax losses and Tax credits; Local to Tax - Other rate]&lt;br /&gt;
|Reporting to Local&lt;br /&gt;
|Reporting to Separate&lt;br /&gt;
|Separate to Contribution&lt;br /&gt;
|Flows marked &amp;quot;core&amp;quot; and Change in Tax Rate P&amp;amp;L vs Flows marked &amp;quot;non-core&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
|Unexplained differences&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Income Tax (Income Tax from tax package) - Calculated Tax Charge, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Current Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Current Tax items under Selected GAAP - Current Tax items from tax package, per Contribution level&lt;br /&gt;
|-&lt;br /&gt;
|Controls&lt;br /&gt;
|Delta in Tax&lt;br /&gt;
|Deferred Tax items&lt;br /&gt;
| colspan=&amp;quot;9&amp;quot; |= Deferred Taxes under Selected GAAP - Deferred Taxes from tax package, per Contribution level&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;usual sum of corresponding lines : means for a given line for the given flows :&lt;br /&gt;
*the sum for the line of :&lt;br /&gt;
**its flow value in base&lt;br /&gt;
***if Nature = &amp;quot;base&amp;quot; =&amp;gt; flow value x (sign) x &amp;quot;Tax rate multiplication&amp;quot; in line, or 0 if &amp;quot;Tax rate multiplication&amp;quot; = n.a.&lt;br /&gt;
***if Nature = &amp;quot;tax&amp;quot; =&amp;gt; flow value&lt;br /&gt;
**its flow value in tax&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt;Change in tax rate P&amp;amp;L needs to be computed for all lines as the following operation between flows : the sum of&lt;br /&gt;
&lt;br /&gt;
* for flows value in base : based on the table in the previous section &amp;quot;Correspondance between input flow with tax treatment=&amp;quot;base&amp;quot; and Period tax rate&amp;quot; : the sum of &lt;br /&gt;
** Closing rate x flows value in base corresponding to Closing&lt;br /&gt;
** Sum of &lt;br /&gt;
*** for all other flows in base but &amp;quot;Prior Year income&amp;quot;, (-1) x Corresponding rate (Opening or YTD cumulated average / Current Year) x corresponding flow value in base, &lt;br /&gt;
*** for &amp;quot;Prior Year Income&amp;quot;, for which no (-1) multiplication is needed&lt;br /&gt;
* for flow value in tax : Change in tax rate P&amp;amp;L&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
</feed>